body {
  font-size: 14px;
  margin: 0 !important;
}

.navbar-bg {
  background-color: #e3f2fd;
}

.container {
  max-width: 1000px;
}

.error-bg {
  background-image: url("/img/ej-yao-D46mXLsQRJw-unsplash-compressed.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer a {
  color: #a9a9a9;
  text-decoration: none;
}

footer a:hover {
  color: #dfdfdf;
  font-weight: bold;
}


.dropdown-item {
  border-radius: 0.25rem;
}

.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
