html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

body {
  min-height: 100vh;
}

#konamiCodeResponse, h2, a {
  width: 100%;
  margin: 10px 0;
}
#konamiCodeResponse {
  display: none;
}

iframe {
  width: 70%;
  height: 380px;
  border-radius: 12px;
  margin: auto;
}

h2 {
  font-weight: normal;
}

a, #heart {
  text-decoration: none;
  color: #FED805;
}

@media (max-width: 1000px) {
  h1 {
      font-size: 44px;
  }
  h2 a {
    font-size: 40px;
  }
}