header {
  display: flex;
  width: 100%;
  height: 100px;
  background-color: black;
  align-items: center;
}
 
.title {
  margin-right: auto;
}
 
.menu-item {
  list-style: none;
  display: inline-block;
  padding: 10px;
}

a:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.background {
  width: 100%;
  height: 100vh;
  background-image: url(peel1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.content {
  width: 45%;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  float: left;
}

.others {
  width: 45%;
  height: 50vh;
  margin: 20px auto;
  padding: 50px 20px;
  background-image: url(peel2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  float: right
}

footer {
  width: 100%;
  height: 40px; 
  text-align: center;
  padding: 50px 0;
  background-color: black;
  color: white;
  clear:both;
}
