body {
    text-align: center;
    background-color: #011F3F;
  }
  
h1, h2 {
    font-family: 'Press Start 2P', cursive;
    font-size: 3rem;
    margin:  5%;
    color: #FEF2BF;
    margin-top: 25px;
}

p {
    font-family: cursive;
    font-size: 3rem;
    margin:  5%;
    color: #FEF2BF;
    margin-top: 25px;
}