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

#horloge {
    color: white;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}
