/*---------------------------------------------General Styles---------------------------------------------*/
html,
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  object-fit: cover;
  overflow: hidden;
  overscroll-behavior: none;
}

/*-------------------------------------------Background Image---------------------------------------------*/
#bg {
  width: 100%;
}

/*-------------------------------------------Redirect Button----------------------------------------------*/
.redirect-btn {
  top: 34%;
}

.redirect-btn img {
  width: 75%;
  animation: pulse 0.9s infinite linear;
}

/*------------------------------------------------Title 1-------------------------------------------------*/
.title1 {
  top: 13%;
}

.title1 img {
  width: 87%;
}

/*------------------------------------------------Title 2-------------------------------------------------*/
.title2 {
  top: 27%;
  right: 0;
}

.title2 img {
  width: 75%;
}

/*----------------------------------------Multi Device Screen Size----------------------------------------*/
@media (min-width: 992px) {
  #bg {
    height: 100vh;
  }
}
