body{
  font-family: 'Lobster Two', cursive;
  font-size: 20px;
}

header{
  width:1000px;
  heigth:500px;
}

#header-left{
  line-height: 60px;
}

#header-right{
  float:right;
}

#header-right li{
  float:left;
  list-style-type: none;
  padding-left: 20px;
}

a link{
  color:#389077
}

hover{
  opacity: 0.8;
  
}

.container-top h1{
  font-size: 60px;
  color: rgb(228, 121, 10)
}