body {
    background-color: black;
}

h1 {
    color: yellow;
    text-align: center;
}

p {
    color: white;
    font-family: Verdana;
    font-size: 20;
    text-align: center;
}