/*
.transparent-header {
    background-color: transparent !important;
    transition: background-color 0.3s ease;
}

.transparent-header.scrolled {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

main {
    position: absolute;
    top: -10;
    z-index: 0;
} */
