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

body {
    text-align: center;
    color: antiquewhite;
    font-family: sans-serif;
    background-color: black;
}