html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a {
    color: inherit; /* blue colors for links too */
  }


  li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
      padding: 20px;
      animation:fadeInUp 5s;
-webkit-animation:fadeInUp 3s;
-o-animation:fadeInUp 3s;
  }
  li span {
    display: block;
    font-size: 2rem;
      padding-top: 12px;
    padding-bottom: 12px;
    animation:fadeInUp 5s;
-webkit-animation:fadeInUp 3s;
-o-animation:fadeInUp 3s;
  }
  ul {
  padding: 0;
  }


body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
  }


.spacer-4 {
height: 32px;
width: 32px;
}

h1 {
font-size: 6em;
font-weight: 600;
animation:fadeInUp 5s;
-webkit-animation:fadeInUp 3s;
-o-animation:fadeInUp 3s;
}
h2 {
font-size: 3em;
font-weight: 600;
animation:fadeInUp 5s;
-webkit-animation:fadeInUp 3s;
-o-animation:fadeInUp 3s;
}

p {
    font-weight: 300;
    animation:fadeInUp 5s;
    -webkit-animation:fadeInUp 3s;
    -o-animation:fadeInUp 3s;
}


.section {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 16px;
}

.bg {
    background-image: url("tvblur.gif");
    background-repeat: repeat;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    position: absolute;
}

.container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    background-image: linear-gradient( 358.4deg,  rgba(249,151,119,1) -2.1%, rgba(98,58,162,1) 90% );
    background-size: 200vh 200vh;
    animation: gradient 16s linear infinite;
    animation-direction: alternate;
    overflow: hidden;
    color: white;

}

.container-2 {
    background-image: linear-gradient(-225deg, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%);
    animation: gradient 100s linear infinite;
    animation-direction: alternate;

}
.content {
    position: relative;
    z-index: 5;
}


.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 95%;
font-size:10px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 5%;
 font-size:15px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 90%;
   font-size:20px;
    animation-delay: 5s;
}

.circles li:nth-child(4){
    left: 10%;
     font-size:25px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 85%;
    font-size:30px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 15%;
    font-size:35px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 80%;
   font-size:40px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 20%;
  font-size:45px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 75%;
    font-size:50px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 25%;
    font-size:42px;
    animation-delay: 0s;
    animation-duration: 11s;
}




@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

@keyframes gradient {
    0% {background-position: 0% 0%}
    100% {background-position: 100% 100%}
}

.cls-1 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 10s linear forwards;
  }
  
  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }


  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
  
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  

  .twitch .twitch-video {
    padding-top: 56.25%;
    position: relative;
    height: 0;
  }
  
  .twitch .twitch-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  @media screen and (min-width: 850px) {
    .twitch {
      position: relative;
    }
  
    .twitch .twitch-video {
      width: 100%;
      padding-top: 42.1875%;
    }
}



@media screen and (max-width: 849px) {


h1 {
    font-size: 2em;


    }
    h2 {
    font-size: 1.5em;

    }



  li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
      padding: 8px;
  }
  li span {
    display: block;
    font-size: 1.5em;
      padding-top: 6px;
    padding-bottom: 6px;
  }
    
}

