#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 6px;
    width: 0%;
    background: linear-gradient(90deg, #b9f6ca, #32a852);
    z-index: 9999;
    transition: width 0.1s ease-out;
}

#digital-clock {

    right: 50%;
    position: fixed;
    font-size: 24px;
    font-family: Goudy Old Style;
    color: #444;
    background: rgba(255, 255, 255, 0.7);
    padding: 4px 8px;
    border-radius: 8px;
    backdrop-filter: blur(4px);
    z-index: 9999;
}