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

body {
  font-family: 'Inter', sans-serif;
  background: #000;
  color: #fff;
  min-height: 100vh;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40px 20px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 700px;
}

.logo {
  width: 100%;
  max-width: 580px;
  height: auto;
  margin-bottom: 80px;
}

.tagline {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 60px;
}

.coming {
  font-size: 22px;
}