:root {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  line-height: 1.6;
}

body {
  background-color: #31395e;
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

main {
  background-color: #f5f5f0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.15'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 1000px;
}

h1, h2 {
  text-align: center;
}

h1 {
  margin-top: 0.5rem;
}

h2 {
  margin: 1rem 0;
}

nav {
  border-bottom: 1px dashed black;
  padding-bottom: 0.5rem;
}

.nav-list {
  display: flex;
  gap: 1rem;
  justify-content: space-evenly;
  margin: 1rem 0;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.content {
  width: 90%;
}

p:last-of-type {
  margin-bottom: 1.5rem;
}

.soon {
  text-align: center;
  margin-top: 2rem;
}
