@font-face {
  font-family: "VMV Sega Genesis";
  src: url("../assets/fonts/VMVSegaGenesis-Regular.otf") format("opentype");
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  background-color: #2e9bd8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.hero-title {
  margin: 0;
  font-family: "VMV Sega Genesis", monospace;
  font-size: clamp(14px, 2vw, 24px);
  line-height: 1.35;
  color: #ffffff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

.hero-gif {
  max-width: min(90vw, 560px);
  height: auto;
  display: block;
}
