/**	Write your changes below	**/
/* FIX: reduce header height */
:root {
    --logoW: 9rem !important;    
    --navH: 3.2rem !important;   
}

header {
    padding-block: 0.4rem !important; 
}

header .container {
    gap: 0.5rem !important; 
}

header .container img {
    width: var(--logoW) !important;
}
