@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal; /* See note below */
  font-weight: 300;
  src: url(IBMPlexMono-Light.ttf) format("truetype");
}
.ibm-plex-mono-light {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: normal;
}

body {
  margin: 0;
  background-image: url("pinguinpfleger.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 43, 54, 0.7);
}
#terminal {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 1;
  color: white;
  padding: 5px;
}
.breadcrumb {
  color: cyan;
}
.tux {
  color: white;
  margin-right: 5px;
}

::-moz-selection {
  background-color: rgba(20, 253, 206, 0.5) !important;
  color: #031e11;
}

::selection {
  background-color: rgba(20, 253, 206, 0.5) !important;
  color: #031e11;
}