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;
}

.new {
  position: relative; 
  width: 100%;
  height: 120vh;
  margin-top: 50px;
  background-image: url(new.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


.content {
  position: absolute;
  top:45%;
  left:68%;
  margin: 0;
  padding: 0;
  transform: translate(-50%,-50%);
}

a {
  color: gray;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

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

}
