
* { margin: 0; padding: 0; }
nav { border-radius: 2px; width: 100px; height: auto; float: right; background:#000000 ; border: 1px solid white; text-align: center; padding: 4px; margin: 30px 30px 0px 0px; font-family: arial; font-size: 18px; }
nav a { color: white; text-decoration: none; font-weight: bold; line-height: 30px; display: block;}
nav:hover {color: black; background: #4484F3; box-shadow: 0px 0px 15px 3px #ffffff; transition: 0.5s;}


.container { width: 98%; height: auto; margin: auto; }

main { width: 98%;  height: auto; float: auto; }

.description { box-shadow: rgba(255,255,255,0.9) 0px 0px 8px; width: 98%; height: auto;  float:right; border-radius: 5px; margin-top: 20px; background: rgba(2,2,2,0.5); }
.description p {font-size: 16px;  padding: 8px; font-family: arial; text-align: center; color: white; }

content { width: 98%;  height: auto; float: right; padding: 25px; padding-bottom: 35px; background: rgba(2,2,2,0.5); margin-top: 20px; border-radius:8px;}
content:hover {color: black; box-shadow: 0px 0px 15px 3px #ffffff; transition: 0.5s;}
 
content span { float: left; color: white; font-family: arial; font-size: 20px;}
content form input { float: left; width: 100%; margin-top: 10px; padding: 5px 5px; background: none; border: 1px solid #999999; color: #f2f2f2; border-radius: 2px;}

aside { width: 98%;  height: auto; float: right; padding: 25px; padding-bottom: 30px; background: rgba(2,2,2,0.5); margin-top: 5px; border-radius:8px; margin-bottom: 50px}
aside span { float: left; color: white; font-family: arial; font-size: 20px;}
aside form input { float: left; width: 98%; margin-top: 10px; padding: 5px 5px; background: none; border: 1px solid #999999; color: #f2f2f2; border-radius: 2px;}
aside:hover {color: black; box-shadow: 0px 0px 10px 2px #ffffff; transition: 0.5s;}



input[type=submit] { width: 98%; font-size: 16px; height: 30px; line-height: 13px; background: rgba(2,2,2,0.5); border: none; border-radius: 2px;}
input[type=submit]:hover { background: rgba(2,2,2,0.7); transition: 0.5s;}
input:focus {color: white; background: rgba(2,2,2,0.2); box-shadow: rgba(255,255,255,0.9) 0px 0px 9px; transition: 0.5s; border: 1px solid rgba(2,2,2,0.0);}
