@font-face {
  font-family: IBMPlexMono;
  src: url(IBMPlexMono-Regular.ttf);
}

* {
  color: #c7d1cc !important;
  font-family: "IBMPlexMono", Courier, monospace;
}

body {
  background-color: #181b1a !important;
}

.container {
  margin-top: 60px;
}

::placeholder {
  color: #888f8b !important;
  opacity: 1 !important;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #888f8b !important;
}

.input {
  background-color: #0a0c0b !important;
  border: 0px solid #939b97 !important;
}