@media screen and (max-width:468px) {
 h1 {
   color: orange;
 }
}

@media screen and (max-width:450px) {
 h1 {
   color: green;
 }
}
