@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap");

h1.logo {
  color: #f2f9fb;
  font-family: "Bungee", sans-serif;
  margin-left: 20px;
  text-shadow: 1px 1px #B6E8F3;
}

main.content h2,
main.content h3,
main.content h4 {
  font-family: "Roboto Slab", serif;
  color: #013164;
}

main.content p {
  font-family: "Lora", serif;
  color: #013164;
}
