* {
    margin: 0;
	padding: 0;
	box-sizing: border-box;
	

}

body {
    background-color: 	#28282B;
    color: #fff;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    


}





.header_text {
    position: absolute;
	bottom: 75%;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
	border: none;
	padding: 10px 20px;
	
}


h1 {
    font-size: 125px;
    letter-spacing: 1vh;
    font-family: 'Minecraft', sans-serif;
}

p{
    font-size: 35px;
    padding-top: 5vh;
    text-align: center;
    font-family: 'Minecraft', sans-serif;
}

.indicator {
    width: 75px;
    height: 125px;
    border: 2px solid #fff;
    border-radius: 50px;
    position: absolute;
    margin-top: 55vh;
    margin-left: 30vh;
}

.indicator:before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #00AA00;
    margin: auto;
    left: 0;
    right: 0;
    top: 30px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
}


@keyframes animate {
    0% {
        opacity: 1;
        top: 30px;
    }

    100% {
        opacity: 0;
        top: 100px;
        transform: scale(0.8);
    }

}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
 

}

.antelope_stats img {
    height: 75vh;
    padding-top: 10vh;
    padding-left: 70vh;
    animation: fade 3s linear both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;

}

.antelope_text {
  text-align: center;
   font-family: 'Courier New', Courier, monospace;
   font-size: large;
    padding-top: 10vh;
}

.antelope_text h1 {
    text-align: center;
     font-family: 'Minecraft', sans-serif;
     font-size: 50px;
      padding-top: 10vh;
      animation: fade 3s linear both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;
  }

  .antelope_text h2 {
    color: #00AA00;
    text-align: center;
     font-family: 'Minecraft', sans-serif;
     font-size: 30px;
      padding-top: 5vh;
      animation: fade 3s linear both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;
  }

  .antelope_text p {
    text-align: center;
    padding-left: 15vh;
    padding-right: 15vh;
    font-family: 'MinecraftiaRegular';
     font-size: 20px;
      padding-top: 5vh;
      animation: fade 3s linear both;
      animation-timeline: view();
      animation-range: entry 50% cover 50%;
  }

  .Vote_text {
    text-align: center;
  }

  .Vote_text h2 {
    color: #00AA00;
    font-family:'Minecraft';
    font-size: 30px;
    padding-top: 5vh;
    animation: fade 3s linear both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;
  }

  .Vote_text p {
    font-family: 'MinecraftiaRegular';
    font-size: 15px;
    padding-top: 5vh;
    padding-left: 15vh;
    padding-right: 15vh;
    animation: fade 3s linear both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;
  }

  a {
    color: #00AA00;
  }

  .Timer {
    animation: fade 3s linear both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;

    color: #00AA00;

}

.Launch_time{
    display: flex;
    justify-content: center;
}

.Launch_time div {
  flex-basis: 15vh;  

    
}

.Launch_time div p  {
    font-family: 'MinecraftiaRegular';
    font-size: 50px;
    margin-bottom: 15px;
    animation: fade 3s linear both;
    animation-timeline: view();
    animation-range: entry 75% cover 25%;

}

.Launch_time span {
    font-family: 'MinecraftiaRegular';
    font-size: 16px;
    display: flex;
    justify-content: center;
    padding-bottom: 5vh;
}

#footer{padding:5vh 0; background-color: #0f0e0e8a;}
#footer p{margin:0; padding:5px; font-size: 20px;}


@media (width <=769px) {
    .Launch_time {
        padding-left: 0vh;
    }

    .antelope_stats img {
        height: 60vh;
        padding-top: 10vh;
        padding-left: 0vh;
    }

    h1 {
        font-size: 60px;
        font-family: 'Minecraft', sans-serif;
    }
}