.sub-header {
    background-color: #01c9a1;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    font-family: inherit; /* Keeps default font */
}



/* .marquee-wrapper {
    display: inline-block;
    white-space: nowrap;
    animation: slide-left 15s linear infinite;
    padding-left: 100%; /* Start off-screen */
/* }  */

/* @keyframes slide-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
} */

.sub-header a {
    color: aliceblue;
    margin-right: 40px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.number-info a {
    color: white; 
    text-decoration: none;
}

.number-info a:hover {
    text-decoration: underline; 
}


