body {
  color: #fff;
  background-color: #222425;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.logo {
  width: 50vw;
}

.splash {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  display: flex;
}

.bar {
  justify-content: center;
  align-items: flex-start;
  width: 27.5vw;
  height: 3.8vw;
  display: flex;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}

.bar-image {
  width: 100%;
  height: 100%;
  position: static;
  top: 0;
  left: auto;
  right: auto;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 60vw;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 80vw;
  }
}


