body {
  background-color: rgb(234, 244, 254);
  min-width: 20rem;
}

.header-top,
footer {
  background-color: rgb(0, 12, 36);
}

li a {
  border: 0.2rem dashed rgb(206, 25, 251);
  color: rgb(111, 44, 244);
}

li a:hover {
  background-color: rgb(206, 25, 251);
  color: rgb(111, 44, 244);
  border: 0.2rem solid rgb(111, 44, 244);
}

.btn:hover {
  background-color: white;
  color: black !important;
}/*# sourceMappingURL=style.css.map */