body {
 padding: 0;
 margin: 0;
 font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

section h1 {
 text-align: center;
 font-size: 3rem;
 color: #cea27f;
}

@media only screen and (max-width: 800px) {
 section h1 {
  font-size: 2rem;
 }
}
@media only screen and (max-width: 500px) {
 section h1 {
  font-size: 1.5rem;
 }
}
@media only screen and (max-width: 300px) {
 section h1 {
  font-size: 1.3rem;
 }
}