/* ===== HEADER CSS ===== */
/* Un file CSS base completo con i comandi dell'header */

.header {
    height: 100px;
}

.header-logo img {
    width: 150px;
    height: auto;
}

.header-menu-list li {
    list-style-type: none;
}

.header-logo {
    width: 33.33%;
}

.null {
    width: 33.33%;
}

.header-menu-list {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 16px 24px;
    border-radius: 50px;
}