body {
  width: 95%;
  height: 95%;
}

h1 {
  display: block;
  font-family: 'Indie Flower', cursive;
  text-align: center;
  font-size: 2.4em;
}

p {
  display: block;
  font-family: 'Indie Flower', cursive;
  text-align: center;
  font-size: 1.2em;
}

header {
  width: 95%;
  position: absolute;
  top: 5%;
}

main {
  width: 95%;
  position: absolute;
  top: 40%;
}

footer {
  width: 95%;
  position: absolute;
  bottom: 5%;
}
