*{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.border {
	border-left: 1px solid grey;
	
}
.topheader{
	margin-top: -40px;
}

.gameanswer{
	color:white;
	font-size:3rem;
}

.jumbotron {
	background: #3E415C;
	color: white;
	height: 100px;

}

.answerbox, .gamebody{
	height: 250px;
	text-align: center;
	color: white;
	font-size:3rem;
}
h2{
	font-size: 60px;
}	
	

h3 ,h4 {
	font-size:50px;
}
.gamebody h4 {
	color: white;
	font-size:3rem;
	text-align: center;
	
}
.answerbtn, .hidebtn {
	margin:1%;

}
.carousel-indicators {
	background: black;
}
.caixa {
	height: 200px;
}
body {
	background: #0089DE;
}
.corpo {
	height: 600px;
	
}
.question a{
	font-size:3rem;
	color:white;
}
.question:hover {
	background:grey;
	text-decoration: none;

}
.question a {
	text-decoration: none;
}