body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: Arial, sans-serif;
}

#clockDisplay {
    font-size: 96px;
    font-weight: bold;
}

