@media only screen and (max-width:1660px){
    header h1{
     font-size: 150px; 
    }
}


@media only screen and (max-width:1400px){
  header h1{
   font-size: 100px; 
  }
}


@media only screen and (max-width:1120px){
  header h1{
   font-size: 80px; 
  }
}


@media only screen and (max-width:1000px){
  header h1{
   font-size: 50px; 
   text-shadow: 2px 3px 1px rgb(221, 193, 193);
  }
}


@media only screen and (max-width:860px){
  header h1{
    padding-right: 60px;
   text-align: right;
   font-size: 50px; 
   text-shadow: 2px 3px 1px rgb(221, 193, 193);
  }
}

@media only screen and (max-width:630px){
  header h1{
    padding-right: 30px;
   text-align: right;
   font-size: 50px; 
   text-shadow: 2px 3px 1px rgb(221, 193, 193);
  }
}
