
/* Global */
body {
	font-size: 100%;
}


p {
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
	font-size: 2em;
}

.wrapper {
	width: 80%;
	height: 80%;
	min-height: 80%;
	min-width: 80%;
	margin: auto;
}

.rightInTheWhat {
	height: 50px;
	width: 500px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -250px;
	position: absolute;
	display: block;
	text-align: center;
}