/* eat it */
* {
  margin: 0;
}
body {
  background-color: lightgoldenrodyellow;
}
header {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
h1 {
  font-family: 'Cedarville Cursive', monospace;
  color: #C84630;
  font-size: 62px;
}
p {
  font-family: 'Cedarville Cursive', monospace;
  color: #000000;
  font-size: 18px;
}