body {
  background: linear-gradient(to right, #ff9966, #ff5e62);
padding:15px;
}
h2{
text-decoration:underline;
font-family:cursive;
}
h3{
text-decoration:underline;
font-family:cursive;
}
@media (max-width: 640px) {
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
}