body {
    background-color: rgb(240, 200, 163);
    color: rgb(220, 130, 56);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 2em;
}