body {
  background: #ffae19;
}
p {
  color: white;
  font-family: cursive;
  font-size: 20px;
  text-align: center
}
h1 {
  font-weight: bold;
  color: white;
  font-family: cursive;
  font-size: 36px;
  text-align: center
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
