body{
    text-align: center;
margin-top: 200px;
background: black;
}

h1{
    color: whitesmoke;
}

p{
    color: wheat;
}
