		body {
			background-color: #FEFEEE;
		}
		.container {
			display: flex;
			align-items: center;
			align-content: stretch;
			justify-content: space-around;
			flex-wrap: wrap;
			}
		
		.blured {
		  filter: blur(5px) saturate(50%);
		  
		}


		.zone {
			margin-top: 30px;
			display: flex;
			align-items: center;
			flex-direction: column;
			transition: all 1s;
		}
		
		.zone a{
			box-shadow: 3px 3px 5px #AAA;
			background-color: white;
			border: 2px solid #335500;
			border-radius : 15px;
			padding: 20px;
			transition: all .3s;
		}
		
		.zone a:hover{
			transform: scale(1.1);
			box-shadow: 10px 10px 5px #AAA;
		}
		
		.zone img {
			width: 200px;
		}
		
		.zone h1 {
			font-family: Century Gothic;
			font-weight: normal;
			color: #335500;
		}
		
		.zone h2 {
			font-family: Century Gothic;
			font-weight: normal;
			color: #335500;
		}