
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Roboto";
}

body {
  margin: 0;
  padding: 0;
}

nav{
    height: 80px;
    width: 100%;
    background: #ffffff;
    float: left;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
li{
    float:left;
}

.logo{
    height: 100%;
    width: auto;
}

h2, p {
  margin: 10px;
}

nav{
    height: 30px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover:not(.active) {
  background-color: #111111;
}

ul li a.active {
  background-color: #04AA6D;
}

.logo{
    width:5%;
    height:5%;
}
