@media screen and (max-width: 320px) { 

    body {

    
        text-align: center;
    }

    .menu {

        text-align: center;
        
    }

    .second-container {

        display: none;
    }




}