* {
    margin: 0;
    padding: 0;
}


  
body{
  	background: url("../img/background.png") no-repeat center center fixed;
  	background-size: cover;
  }

  #logo{
  	font-family: 'Saira', sans-serif;
  	color: white;
  	font-size: 300px;
  	margin-top: 210px;
  	margin-left: 40px;
  	text-shadow: 0 3px 7px black;

  }

  #start{
  	width: 500px;
  	height: 100px;
  	background: #FFCD42;
  	color: white;
  	border-radius: 100px;
  	text-align: center;
  	font-size: 30px;
  	text-transform: uppercase;
	margin-left: 100px;
	line-height: 95px;
	font-family: 'Ubuntu Mono', monospace;
	cursor: pointer;
}

#start:hover{
	background: #EBAF3B;
	font-size: 35px;
	 transition: 0.5s;

}

#info{
	color:white;
	margin-top: 1000px;
  text-shadow: 0px 3px 7px black;

}


html { overflow:  hidden; }
a{
	color: white;
	text-decoration: none;
}

#infoHead{
	color: white;
	font-family: 'Saira', sans-serif;
	font-size: 130px;
  margin-left: 60px;
  text-shadow: 0px 3px 7px black;
}

.instruction-block{
  height: 590px;
  width: 400px;
  background: #0E121D;
  border-radius: 30px;
  opacity: 0.8; 
  margin-left: 170px;
  margin-bottom: 200px;
  margin-top: 30px;
  color:white;
  font-family: 'Russo One', sans-serif;
  text-align: center;
  display: inline-block;

}


.gtaimg{
  padding-bottom: 10px;
}



.instruction-label{
  opacity: 1;
  font-size: 30px;
}

.leftline{
  font-family: 'Exo 2', sans-serif;
}

.clickable-button{
  width: 399px;
  height: 80px;
  background: #FD9701;
  margin-top: 40px;
  font-size: 50px;
  border-radius: 30px;
  padding-top: 10px;
}

.clickable{
  padding-top: 30px;
}

.section-label{
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 130px;
  margin-left: 60px;
  text-shadow: 0px 3px 7px black;
  margin-top: 600px;
}

#infoDonate{
  height: 420px;
  width: 900px;
  background: #0E121D;
  border-radius: 30px;
  opacity: 0.9; 
  margin-left: 500px;
  color:white;
  font-family: 'Russo One', sans-serif;
  display: inline-block;
  padding-top: 60px;
  margin-bottom: 400px;
  margin-top: 80px;

}

.input-text{
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 30px;
  margin-left: 60px;
  display: inline-block;

}
#money{;
  margin-top: -50px;
  position: relative;
  padding-bottom: 60px;
  margin-left: 700px;
}

#nickinput{
  margin-left: 15px;
  width: 300px;
  height: 40px;
  outline:  none;
  margin-top: -5px;
  border-radius: 6px;
  padding: 6px 0 4px 10px;
  padding-bottom: 6px;
  font-family: 'Exo 2', sans-serif;
  font-size: 30px;
  text-align: center;
}

#purchase-amount{
  margin-left: 15px;
  width: 300px;
  height: 40px;
  outline:  none;
  margin-top: -5px;
  border-radius: 6px;
  padding: 6px 0 4px 10px;
  padding-bottom: 6px;
  font-family: 'Exo 2', sans-serif;
  font-size: 30px;
  text-align: center;
}

#purchase-amount-server{
  margin-left: 15px;
  width: 500px;
  height: 40px;
  margin-top: -5px;
  border-radius: 6px;
  padding: 6px 0 4px 10px;
  padding-bottom: 6px;
  font-family: 'Exo 2', sans-serif;
  font-size: 30px;
  background: #DDDDDF;
  color:#676769;
  display: inline-block;
  text-align: center;
}

#goPay{
  margin-top: 60px;
  height: 100px;
  width: 400px;
  text-shadow: 0px 3px 7px black;
  background: #FFCD42;
  text-align: center;
  border-radius: 30px;
  margin-left: 250px;
  font-size: 60px;
  text-transform: uppercase;
  padding-top: 30px;
  cursor: pointer;
}

#goPay:hover{
  background: #EBAF3B;
  transition: 0.5s;
}

.social-section{
  height: 200px;
  width: 400px;
  background: #0E121D;
  border-radius: 30px;
  opacity: 0.8; 
  margin-left: 170px;
  margin-bottom: 200px;
  margin-top: 30px;
  padding-top: 200px;
  color:white;
  font-family: 'Russo One', sans-serif;
  text-align: center;
  display: inline-block;
}

#payment-label{
    margin-left: 1%;
}