body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #fcbe24;
  height: 500vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  color: #0000ff;
  font-size: 300%;
}

h2 {
  color: #00ffff;
  font-size: 220%;
}
