body {
	margin:0;
    font-family: 'Exo 2';
}
.content {
	height:100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.content .logo {
    text-align: center;
    margin: 10% 0 0;
}
.content .text {
	text-align: center;
	max-width: 62%;
	margin: 25px auto;
}
.content .text p {
    margin:0;
	color: #212121;
	font-size: 18px;
    font-weight: 300;
	
}
.content .text a {
	color: #212121;
}
.footer p.copyrights {
    font-size: 14px;
	color: #212121;
}