@charset "utf-8";

/*------------------------------------------

	BASE
	
-------------------------------------------*/

body.top{
	text-align: center;
	padding: 10px;
}

body.top header{
	margin-bottom: 30px;
}

p.main_top_logo{
	width: 90%;
	margin:auto;
}

p.sdgs_top_logo{
	width: 60%;
	margin:auto;
}


/*------------------------------------------

	MAIN
	
-------------------------------------------*/

p.quiz__button{
	width: 70%;
	margin: 20px auto 60px;
}

p.quiz__button a{
	display: block;
	border-radius: 10px;
	background-color: rgb(218 0 92);
	height: 68px;
	line-height: 68px;
	color: white;
	text-decoration: none;
}

