@import url("https://fonts.googleapis.com/css2?family=Epilogue:wght@500;700&display=swap");
body {
  font-family: "Epilogue", sans-serif;
  background-color: hsl(0, 0%, 98%);
  color: hsl(0, 0%, 41%);
}

p {
  font-size: 18px;
}

.dropdown-menu {
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
}

.dropdown-item {
  color: hsl(0, 0%, 41%);
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: hsl(0, 0%, 8%);
}
@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 5rem;
  }
}

a {
  color: hsl(0, 0%, 8%);
}
a .arrowkey {
  content: url("../images/icon-arrow-down.svg");
}
a:focus > .arrowkey {
  content: url("../images/icon-arrow-up.svg");
}

.user-btn {
  background-color: transparent;
  border: 0;
  color: hsl(0, 0%, 41%);
}
.user-btn:hover {
  color: hsl(0, 0%, 8%);
}

.register-btn {
  background-color: transparent;
  border: 1px solid hsl(0, 0%, 41%);
  border-radius: 15px;
  color: hsl(0, 0%, 41%);
}
.register-btn:hover {
  border: 1px solid hsl(0, 0%, 8%);
  color: hsl(0, 0%, 8%);
}
@media (max-width: 768px) {
  .register-btn {
    width: 300px;
  }
}

.btn {
  background-color: hsl(0, 0%, 8%);
  color: hsl(0, 0%, 98%);
  border-radius: 10px;
}
.btn:hover {
  background-color: none;
  color: hsl(0, 0%, 8%);
  border: 1px solid hsl(0, 0%, 8%);
  border-radius: 10px;
}/*# sourceMappingURL=main.css.map */