    body {
        font-family: sans-serif;
        background-color: chocolate;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100vh;
        text-align: center;
    }