body {
  background-color: #CCEAED;
}

body {

}
h1 {
  font-family: "UnifrakturMaguntia", serif;  color: #802F62;
  font-size: 70px;
  text-align: center;
    text-shadow: 3px 3px 3px #ababab;
}


nav.round3 {
  border: 2px solid gray;
  border-radius: 12px;
    height: 300px;
  width: 310px;
  padding: 5px;
}

.grid-container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

h2 {
  font-family: Trirong;
  color: #802F62;
  font-size: 30px;
}

h3 {
  font-family: Trirong;
  color: #802F62;
  font-size: 30px;
}

p {
  font-family: Athiti;
  color: #802F62;
  font-size: 20px;
}

ul {
  font-family: Athiti;
  color: #802F62;
  font-size: 20px;
}

.page {
  display: flex;
}
.page {
  width:33%;
}

footer {
  font-family: Trirong;
  color: #802F62;
  font-size: 20px;
}