::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
    background-color: #cfcfcf; 
}

::-webkit-scrollbar-thumb:hover {
    background-color:#a3a3a3; 
}

.center {
    text-align: center;
}

#clock {
    margin-left: 8px;
}

@media (max-width: 560px) {
    #clock {
        display: none;
    }

    #version {
        display: none;
    }
}
