h1{
  text-align:center;
  font-size:3.8em;
}
#first{
   color:#df283a;
}
#second{
 color:#fff;
}

@media(max-width:1200px){
h1{
  font-size:3.9em;
}
  #first{
    font-size:3.9em;
  }
  #second{
  font-size:3.2em;
  }

@media(max-width:780px){
h1{
  font-size:3em;
}
  
   #first{
     font-size:3em;
  }
  #second{
   font-size:2.4em;
  }

}

@media(max-width:480px){
h1{
  font-size:2.2em;
}
  
  #first{
     font-size:2.8em;
  }
  #second{
   font-size:2.2em;
  }

}

