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

.clock-container {
    text-align: center;
    font-size: 3rem;
    color: #333;
}

#time {
    font-size: 4rem;
}

#date {
    font-size: 2rem;
    margin-top: 10px;
}
