body {
  font-family: Arial, sans-serif;
  text-align: center;
  background: white url("https://yomamaso.net/background_tile.jpg") repeat;
  color: #d40000;
}

button {
  color: #d40000;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 30px;
}

#turnstile-box { margin: 10px; }
#turnstile-widget { display: inline-block; }

video {
  display: none;
  width: 640px;
  max-width: 95%;
  margin: 20px auto;
}

#status { font-size: 12px; font-weight: bold; }
#status.common { color: #555; }
#status.uncommon { color: #008000; }
#status.rare { color: #005eff; }
#status.legendary { color: #ff6600; }
#status.mythic { color: #b000ff; }
#status.godly {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #ff0000, #ff8c00, #ffe600, #00b83d, #008cff, #8a2be2, #ff1493, #ff0000);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: godly-gradient 2s linear infinite;
}

@keyframes godly-gradient { to { background-position: 300% 0; } }
