body {
    font-family: Georgia, serif; /* changed font to Georgia */
    background-color: #8B4513; /* solid brown background */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    color: #fff; /* white text */
}

h1 {
    font-size: 60px;
}