body {
	font-family: 'Comfortaa', cursive;
	height: 100%;
	background-image: url(img/solis.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.info {
	position: absolute;
	/*margin-left: auto;
	margin-right: auto;*/
	width: 700px;
	/*height: 150px;*/
	text-align: center;
	background: rgba(255, 255, 228,0.85);
	border-radius: 5px;
	border: 2px solid #232422;

    top: 45%;
    left: 50%;
    margin-left: -355px;
	padding: 20px;
}

.email-info {
	position: absolute;
	width: 670px;
	text-align: center;
	background: rgba(255, 255, 228,0.85);
	border-radius: 5px;
	left: 50%;
    margin-left: -335px;
	bottom: 10%;
	border: 2px solid #232422;
	padding: 10px;
}

.logo {
	position: absolute;
	width: 300px;
	text-align: center;
	background: rgba(255, 255, 228,0.85);
	border-radius: 5px;
	left: 50%;
    margin-left: -150px;
	top: 10%;
	border: 2px solid #232422;
	padding: 10px;
}

.logo-img {
	width: 100px;
}

img {
	width: 45px;
}

span {
	font-size: 38px;
	color: #232422;
}

a {
	font-size: 38px;
	color: #232422;
}