body {
  margin: 0;
  height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #ff003c;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

main {
  width: min(820px, 94vw);
  max-height: 100vh;
  padding: 8px 0;
}

h1 {
  margin: 0 0 6px;
  font-size: clamp(28px, 7vh, 70px);
  line-height: 0.85;
  text-transform: uppercase;
  text-shadow: 6px 6px 0 #000;
}

.equart {
  width: min(430px, 80vw);
  max-height: 38vh;
  object-fit: contain;
  border: 7px solid #000;
  background: #000;
  box-shadow: 8px 8px 0 #000;
  transform: rotate(-2deg);
}

h2 {
  margin: 10px 0 6px;
  font-size: clamp(22px, 5vh, 44px);
  text-transform: uppercase;
  text-shadow: 4px 4px 0 #000;
}

.begging {
  display: inline-block;
  margin: 0 0 8px;
  border: 5px dashed #000;
  padding: 8px 12px;
  background: yellow;
  color: #000;
  font-size: clamp(20px, 4vh, 38px);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 #000;
  transform: rotate(2deg);
}

button,
.download {
  border: 5px solid #000;
  padding: 8px 16px;
  background: #00ffcc;
  color: #000;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 8px 8px 0 #000;
  display: inline-block;
  text-decoration: none;
}

button:active,
.download:active {
  transform: translate(4px, 4px);
  box-shadow: 4px 4px 0 #000;
}

p {
  min-height: 24px;
  margin: 8px 0;
  font-size: clamp(18px, 3vh, 24px);
  font-weight: 900;
  text-shadow: 3px 3px 0 #000;
}

.stream-box {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  width: 260px;
  border: 5px solid #000;
  background: yellow;
  color: #000;
  font-weight: 900;
  box-shadow: 8px 8px 0 #000;
  transform: rotate(1deg);
}

.stream-box div {
  padding: 4px;
  font-size: 14px;
}

.stream-box iframe {
  display: block;
  width: 100%;
  height: 146px;
  border: 0;
  background: #000;
}

.stream-box a {
  display: block;
  padding: 4px;
  color: #000;
  font-size: 12px;
}

@media (max-width: 720px), (max-height: 720px) {
  .stream-box {
    width: 180px;
  }

  .stream-box iframe {
    height: 101px;
  }
}

.tiny {
  min-height: 0;
  margin-top: -6px;
  font-size: 12px;
}

marquee {
  margin-top: 4px;
  padding: 6px;
  background: #000;
  color: #00ffcc;
  font-size: 18px;
  font-weight: 900;
}
