body {
  background-color: lightblue;
}

h1 {
  color: navy;
  font-size: 60px;
  text-align: center;
}

h3 {
  font-size: 25px;
  text-align: center;
}

h4 {
  font-size: 15px;
}

html {
  font-size: 10px;
  font-family: "Marcellus", sans-serif;
}

p,
li {
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.5px;
}