body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #282c34;
    margin: 0;
    font-family: Arial sans-serif;
    color: #fff;
}

.clock-container {
    text-align: center;
    background-color: #3a3f47;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

h1 {
    color: #61dafb;
    margin-bottom: 20px;
}

#clock {
    font-size: 4em;
    font-weight: bold;
    color: #f0f0f0;
    letter-spacing: 3px;
}
