#fil {
    background-color: #585858;
    padding: 25px ;
	margin:15px;
	margin-bottom:0px;

	text-align:center;
	opacity:none;
	box-shadow: 4px 4px 0px #00FF00;
	border-radius: 60px 0px 60px 0px;
   }

#fil ul {
        display: inline;
        border: none;
   }

#fil  li {
		margin:20px;
        border:outset 2px;
		border-radius:5px 0px 5px 0px;
        list-style: none;
        display: inherit;
		padding:3px;
		background:green;

   }
#fil  a {
text-decoration: none;
color: white;  
}
#fil li:hover  {background:green;

}

#section1{
margin:2px 175px 2px 175px;
border:outset 6px;
border-color:#00FF00;
border-radius:0px 50px 0px 50px;

}
h2{text-align:center;
}

article{text-align:center;
}
#log{

text-align:center;
font-size:30px;
}
#log1{border:outset 3px ;}

#mep{border: solid 4px ;
margin:0px 150px 0px 150px;
padding-bottom:30px;
background-color:#000;
opacity:0.75;
}
footer{
border:solid 2px;
border-radius:20px;
text-align:center;
}
#section2{
margin:2px 400px 2px 400px;
border:outset 6px;
border-color:#FF0000;
border-radius:2px 50px 2px 50px;
}
