/*
html, body {
  background: rgb(35, 39, 52)
}

.container {
  background: #1D212C;
  color: #rgb(177, 183, 205);
  border: none;
}
*/