body {
  height:100vh;
  display: flex;
  background: no-repeat center/100% url("cover2.png");
  background: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  font-size: 40px;
  font-family: 'Anton', sans-serif;
  letter-spacing: 25px;
  font-weight: 600px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;
}




img {
  height:1200px;
}

img:hover {
  opacity: 1;
  transition: 0.5s;
}

#logo {
  height: 100px;
}
