html,body{
	margin:0;
	background:#000;
	color:#FFF;
	font-family: 'Rajdhani', sans-serif;
	font-size:3rem;
}

#leadbun{
	position:absolute;
	left:15%;
	top:10rem;
	width:70%;
	text-align: center;
	font-size:5rem;

}

#leadbun2{
	position:absolute;
	left:35%;
	top:10rem;
	width:30%;
	text-align: center;
	font-size:2rem;

}


#yesBt{
	position:absolute;
	left:60%;
	top:60rem;
	width:20%;
	text-align: center;

}

#yesBt img{
	width:100%;
}

#noBt{
	position:absolute;
	left:20%;
	top:60rem;
	width:20%;
	text-align: center;
}

#noBt img{
	width:100%;
}
