.body {
  background-color: #b7c093;
}

.cover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: static;
  top: 229px;
  width: 600px;
  margin-top: 13px;
}

.image-2 {
  width: 300px;
}

.comingsoon {
  position: fixed;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 19px;
  margin-left: -92px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}

.key {
  position: fixed;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .cover {
    overflow: visible;
  }

  .logo {
    width: 200px;
    margin-top: -44px;
  }

  .image-2 {
    width: 240px;
  }

  .comingsoon {
    bottom: 5px;
    margin-left: -57px;
    font-size: 16px;
  }
}

