body,
html {
  position: relative;
  background: #101a1c;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}

.under-construction {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 72.4936px;
  line-height: 72px;

  letter-spacing: 0em;
  text-align: left;

  color: #ffffff;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bmw,
.bmw-reversed {
  background-image: url("./img-moto-front.png");
  background-repeat: no-repeat;
  width: 446px;
  height: 258px;
}

.bmw {
  margin-top: -40px;
}

.bmw-reversed {
  transform: scaleY(-1);
}

.bmw-reversed:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(16, 26, 28, 0.6) 0%,
    rgba(16, 26, 28, 0.9) 30%,
    rgba(16, 26, 28, 1) 60%
  );
}

.logo {
  margin-top: -200px;
  z-index: 100;
  padding: 10px;
  background: rgba(16, 26, 28, 0.5);
  border-radius: 20px;
}
