.bg-img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: auto;
  z-index: -1;
}
.logo {
  width: 50%;
  max-width: 500px;
  min-width: 250px;
}