body {
    background-color: #f5f5dc;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Courier New', Courier, monospace;
}

.container {
    color: #3d2b1f;
    font-size: 3rem;
}
