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

}
body::-webkit-scrollbar{
    display: none ;
}

#clock-container {
    text-align: center;
    font-size: 48px;
    padding: 20px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}
