body {
	font-family: 'Oswald', sans-serif;
	color: #969696;
	line-height: 1.6;
	font-weight: 400;
	text-align: center;
	font-size: 25px;
	
}

.small {
	font-size: 18px;
}

a {
	
	color: #969696;
	transition: 0.3s ease all;


}

.logo {
	margin-top: 60px;
	margin-bottom: 40px;
}

.logo img {
	max-width: 100%;
	height: auto;
}


a:hover {
	text-decoration: underline;
	color: #A8A8A8;
	transition: 0.3s ease all;
}