:root {
  --IgniteGold: #fec40e;
  --IgniteRed: #a81313;
  --IgniteBlack: #0f010e;
}

.wholeBody,
.introText {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.hideSlide {
  background: var(--IgniteRed);
}
.subtitles {
  color: var(--IgniteGold);
}
.websiteButton a {
  background-color: var(--IgniteGold);
  color: var(--IgniteBlack);
  border-color: #c79a08;
}
.twitch {
  width: 100%;
}
.aboutImage {
  z-index: 30;
}
@media (max-width: 1200px) {
  .twitch {
    height: 300;
  }
}
