body {
    text-align: center;
    background-color: black;
}
h1 {
font-family: 'Press Start 2P', cursive;
font-size: 40px;
color: red;
}
p {
    color: blue;
}



