* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #000;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page {
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  text-align: center;
}

.brand {
  width: 260px;
  max-width: 70%;
  height: auto;
  margin-bottom: 20px;
}

.subtitle {
  width: 360px;
  max-width: 80%;
  opacity: 0.85;
}

.stay-tuned {
  width: 260px;
  max-width: 70%;
}
