img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  text-align: center;
}

a {
  background: white;
  position: absolute;
  top: 75%;
  text-align: center;
  display: block;
  padding: 10px 30px;
  border-radius: 30px;
  color: #EA6564;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 35px;
  left: 50%;
  transform: translate(-50%, -50%);

}