.comingSoon {
  height: 90vh;
  width: 100%;
  background-color: black;
}

#c3 > p > a {
  color: silver;
  text-decoration: none;
}

.comingSoon > img {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body {
  overflow-y: hidden;
}

/* Mobile Device */
@media (min-width: 360px) and (max-width: 767px) {
  .comingSoon > img {
    width: 100%;
  }

  #navbar_top {
    z-index: 99999;
  }
}
