@media only screen and (max-width: 700px) {
    main, footer{width:95%;
                margin:auto;}
    .boxed {
            grid-template-columns: 1fr 1fr;
                }            
            }

