@charset "UTF-8";

/* modif section animation 3d */



h1 { color: white;
     text-align: center;
	 }
	 
body {background-color: black;
}	 

.flex-container {display: flex;
                 background-color: rgba(60, 60, 60, 0.7);
				 flex-wrap: wrap;
				 justify-content: center;
				 			 
}
	
div.item {width: 425px;
          height: auto;
		  margin: 15px;
		  
		
		
}

.desc {width: auto;
       background-color: white;
	   color: black;
      text-align: center;
	  padding: 10px;
       	   
}
 
video { width: auto;
}

video[poster] {object-fit: cover;
}


      
       



