@media (max-width:530px){
    .logo{
        display: none;
    }
    .little-logo{
        display: flex;
        width: 50px;
        height: 50px;
    }
    .header{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999
    }
}
@media (max-width:501px){
    .container{
        border: none;
    }
    .container>h4{
        text-decoration: underline;
    }
}
@media(max-width:468px){
    #home h1{
        font-size: 30px;
    }
}