body {	background-color: #fe0000;
	width:100%; height:100vh;
	margin:0; padding:0; }	

#body_opac {
	background-color:white;
	content:" ";
	opacity:0.8;}

.title {height: 15vh;
	text-align:center;
         font-family: comic sans ms, cursive;
         font-size:2em; color:yellow;
	padding-top: 5vh;
	 background-color:#fe0000;
	}

.list {background-image: url("bg3.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;  
	height:70vh;
	width:100vw;
	padding-top:1em; 
	text-align:center; font-size:1.5em; color:white;
	}
