#header {
  background-color:#ffcd00;
  height:12%;
  width:100%;
  color:black;
  text-align:center;
  font-family:verdana;
  padding:5px 0 0 0 ;
}
#nav {
  padding:0 0 0 0 ;
  height:60px;
  width:100%;
  font-family:verdana;
  display:block;

}
#aside {
  float:left;
  padding:1% 3% 10px 10px;
  width:25%;
  outline-width: 50px;
}
#home {
  float:left;
  padding:0.5% 1% 20px 10px;
  width:60%;
  height:70%;
  outline-width: 50px;
}

#footer {
  background-color:white;
  color:black;
  clear:both;
  text-align:center;
  padding:5px;
}
.container span {
  display: inline-block;
}

ul {
  list-style-type:none;
  margin:0;
  padding: 0 0 0 0;
  overflow: hidden;
  background-color: #345;
}
li {
  float:left;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover:not(.active) {
  background-color: #111;
}
.active {
  background-color: #4CAF50;
}
.user {
  background-color: #345;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-transform:uppercase;
}
th, td {
  padding: 10px 10px;
}
.error {
  color: #FF0000;
}
