@media only screen and (min-width: 90em){

    header{padding: 10% 80px; gap: 16px;}
    header span:nth-child(2) br {display: none;}

    #fom {padding-bottom: 100px;}

    #about, #study, #skills, #experiments{padding: 80px 80px;}
    #study{padding-top: 160px;}

    #exp-container{justify-content: space-evenly;}
    .exp-section {width: 426px;}

    footer {padding: 40px 110px;}
}
