body
{
height: 1000px;
font-family: Arial;
}
button
{
text-align: center;

}

img{
	width: 250px;
	height: 125px;
}

#title{
	font-family: Helvetica;
	font-weight: lighter;
	font-size: 30px;
}

#rndmq{
	width: 350px;
	height: 50px;
	font-size: 30px;
}


#topq{
	width: 350px;
	height: 50px;
	font-size: 30px;
}


#footer{
	background-color: #61c2da;
	width: 100%;
	height: 200px;
	position: relative;
	bottom: -25%;
	text-align: center;
}
#footer a {
	position: relative;

	bottom: -30%;
	color: black;
}
#footer a:hover {
		color: #8CFF66;
}
#about {
	font-family: Helvetica;
	font-weight: lighter;
	font-size: 50px;
}

#home { 
	font-size: 30px; 
	text-decoration: none;
}


a {
	font-family: Helvetica;
	color: #61C2D9;
}


a:hover {
	color: #8CFF66;
}

.buttons {
	margin-top: 10%;
}
#answer_btn {
	opacity: 0.5;
}
#img_question {
	visibility: hidden;
	width: auto;
	height: auto;
}
#img_answer {
	visibility: hidden;
	width: auto;
	height: auto;
}