body{
  background-color: EEE;
}

header{
  width: 100%;
  height: 70px;
  background-color: #5362ed;
}

h1{
  position: absolute;
  padding: 3px;
  float: left;
  margin-left: 2%;
  margin-top: 10px;
  color: #39ca74;
}

ul{
  width: auto;
  float: right;
  margin-top 8px;
}

li{
  display: inline-block;
  padding: 15px 30px;
}

a{
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2vs;
}

a:hover{
  transition: 0.5s;
}

img{
  width: 100%;
  sargin-top: -16px;
}

#title{
  background-color: #5362ed;
  color: black;
  text-align: center;
}
