body {
    font-family: Arial, sans-serif;
    background-color: #282c34;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
}

#clock {
    font-size: 4rem;
    margin-top: 20px;
    font-weight: bold;
    color: #61dafb;
}

#date {
    font-size: 2rem;
    margin-top: 5px;
    color: #ffffff;
}
