body {
    background-color: bisque;
}

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

p {
    font-family: verdana;
    font-size: 20px;
}