:root {
  --white: white;
  --black: black;
}

body {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.byd-back {
  background-color: #252728;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.byd-logo {
  object-fit: contain;
  width: 300px;
  height: 58.1719px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.spacer {
  height: 30px;
}

.redirect-animation {
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 20px;
  margin-top: 20px;
  display: flex;
}

.redirect-circle {
  background-color: #fff;
  border-radius: 100%;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 991px) {
  .byd-back {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .byd-back {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .byd-back {
    padding-left: 20px;
    padding-right: 20px;
  }

  .byd-logo {
    width: 200px;
    height: 38.7813px;
  }
}