body{
	font-family: 'Nunito', sans-serif;
 	 color: #FFFFFF;
  	margin: auto 0;
  	background-image: url("img/background_cover.jpg");
  	background-position: center top;
  	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-size: cover;
  	margin-top: 20px;
}

.zone {
    /*padding:30px 50px;*/
    cursor:pointer;
    font-size:2em;
    transition: all 0.3s linear;
}


/*TEXT*/
.centered{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	font-size: 2.5em;
  	text-align: center;
}


footer{
	position: absolute;
	top:70%;
	display: flex;
	justify-content: center;
	font-size:1.5em;
	width: 100%
}


ul{
	list-style-type: none;
	padding-inline-start: 0px;
	justify-content: center;
	
}

.vertical li{
	display:block;
}

.horizontal li{
	display:inline;
	padding: 50px;
}

li img{
	margin-top: 5%;
}


.icon{
	width:50px;
}