/* body {
  background-color: #121212;
  color: white;
} */

::placeholder {
  color: #868e96 !important;
}


.navbar {
  background-color: #00BFFF !important;
  border-bottom: 1px solid #228be6;
  /* border-bottom: 1px solid #2a2a2a; */
}

.navbar-brand {
  color: #fff;
  font-weight: 600;
}

.navbar-brand:hover {
  color: #fff;
}