@media(max-width:900px){

.menu{

display:none;

}

.footer{

grid-template-columns:1fr;

}

.title{

font-size:2rem;

}

}