@media screen and (min-width: 700px) {

  :root {
 
  }

  body {
 
  }


 




}

@media screen and (min-width: 1101px) {


  :root {
   
  }
}


@media screen and (min-width: 1401px) {


  :root {
    
  }
}


@media only screen and (min-width: 701px) and (max-width: 1041px) {


  :root {
   


  }

}
