@media only screen and (max-width: 37.5em) {
    main {
      grid-template-columns: 1fr 1fr;
     
    }
    
  }


  