@import url("https://fonts.googleapis.com/css2?family=ADLaM+Display&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Fjalla+One&display=swap");
* {
  margin: 0;
  padding: 0;
  color: #010135;
}

a.button {
  text-decoration: none;
  color: #465562;
}

button.nav-link {
  margin: 0;
  padding: 0;
  text-underline-offset: -1rem;
}
@media (min-width: 989px) {
  button.btn {
    position: fixed;
    right: 2%;
    top: 1.3%;
  }
}

.footer svg {
  fill: #04002b;
}

p {
  font-family: "Arvo", serif;
}

ul.icons {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}

.styling, li {
  color: white;
  font-family: "Arvo", serif;
}

/*# sourceMappingURL=header-footer.css.map */
