* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #000;
  color: #eaeaea;
  font-family: Sans-serif;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  text-align: center;
}

.logo {
  width: 250px;
  margin-bottom: 2px;
  opacity: 0.9;
}

.text {
  font-size: 18px;
  letter-spacing: 2px;
   opacity: 0.7;
  margin-bottom: 8px;
}

.sub {
  font-size: 13px;
  opacity: 0.7;
  letter-spacing: 2px;
}
.coming {
  font-size: 13px;
  opacity: 0.7;
  margin-top: 2px;
  letter-spacing: 1px;
}