body {
  background: #454545;
}

@font-face {
    font-family: 'karnivorebold';
    src: url('fonts/karnivob-webfont.woff2') format('woff2'),
         url('fonts/karnivob-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.hero_image {
  display: block;
  width: 90%;
  margin: auto;
  margin-top: 20px;
  max-width: 500px;
}

.buttons {
  background-color: #363636;
  padding: 0px 20px 10px 20px;
  margin: auto;
  margin-top: 30px;
  max-width: 700px;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
}

.button_image {
  height: 25px;
  margin-right: 10px;
}

h1 {
  font-family: karnivorebold;
  color: white;
  font-size: 25px;
  margin-left: 10px;
  margin-top: 40px;
}

ul {
  list-style: none;
  width: 100%;
  padding: 0px;
}

li {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 20px;
  padding: 20px;
  border-radius: 10px;
}

.youtube {
  background-color: #FF423D;
}

.twitch {
    background-color: #9363FF;
}

.Film {
    background-color: #FF3F5A;
}

.facebook {
  background-color: #6F6BFF;
}

.results {
  background-color: #63D457;
}

.bd {
  background-color: #5267FF;
}

.map {
  background-color: #FF9655;
}

.files {
  background-color: grey;
}

.schedule {
  background-color: #EB5081;
}

.sport {
  background-color: orange;
}

.email {
  background-color: #2E8B57;
}

.wom {
  background-color: lightblue;
}

.mas {
  background-color: lightgreen;
}

.jun {
  background-color: #483D8B;
}

.liveschedule {
  background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
  background-size: 1800% 1800%;

  -webkit-animation: rainbow 28s ease infinite;
  -z-animation: rainbow 28s ease infinite;
  -o-animation: rainbow 28s ease infinite;
    animation: rainbow 28s ease infinite;}

  @-webkit-keyframes rainbow {
      0%{background-position:0% 82%}
      50%{background-position:100% 19%}
      100%{background-position:0% 82%}
  }
  @-moz-keyframes rainbow {
      0%{background-position:0% 82%}
      50%{background-position:100% 19%}
      100%{background-position:0% 82%}
  }
  @-o-keyframes rainbow {
      0%{background-position:0% 82%}
      50%{background-position:100% 19%}
      100%{background-position:0% 82%}
  }
  @keyframes rainbow {
      0%{background-position:0% 82%}
      50%{background-position:100% 19%}
      100%{background-position:0% 82%}
  }

.comp {
  background-color: #F2E22E;
}

.discord {
  background-color: #7289da;
}

.rr {
  background-color: #83D475;
}
.cas1 {
  background-color: #57C84D;
}
.cas2 {
  background-color: #2EB62C;
}
.ass {
  background-color: #29A428;
}
.fin {
  background-color: #FF2744;
}
.vod {
  background-color: #CA57FF;
}
.do {
  background-color: #FF8547;
}
.tr {
  background-color: #FFD32A;
}


a{
  text-decoration: none;
  font-family: karnivorebold;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .buttons {
    max-width: 100%;
  }
  .hero_image {
    max-width: 100%;
  }
}
