*, html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #000;
  font-family: lato, sans-serif;
  line-height: 30px;
}

h1 {
  color: white;
}

.logo {
  margin: 20px 50px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

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: #EA0089;
}

.active {
    background-color: #EA0089;
}


.side {
    width: 100%;
    text-decoration: none;
}

li.list_side {
  padding-top: 10px;
}

p.list_side a {
    display: block;
    color: #000;
    padding: 8px 0 8px 16px;
    text-decoration: none;

}

li.list_side a.active {
    background-color: #4CAF50;
    color: white;
}

p.list_side a:hover:not(.active) {
    background-color: #555;
    color: white;
}



p {
  font-size: 20px;
  padding: 15px;
  font-family: lato, sans-serif;
}

.awards {
  margin-left: 25%;
}
