* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

.coming_soon {
  background-color: #000;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  max-width: 100vw; /* originally: 85vm */
  max-height: 97vh; /* originally: 85vm */
  width: auto;
  height: auto;
  object-fit: contain;
}