body{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	background: #969f92;
	color: white;
	font-size: 1.2em;
}

.content{
	align-items: center;
	min-height: 100vh;
}


h1{
	text-transform: capitalize;
	font-size: 1.5em;
}

.logo{
	margin-bottom: 20px;
}

ul.data{
 list-style: none;
 padding: 0;
}

ul.data li{
	margin-bottom: 10px;
}

@media(max-width: 767px){
	.data-content, .img-content{
		margin-top: 50px;
	}
}