.launch-shell {
  box-sizing: border-box;
  min-height: 100vh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  padding: 32px 20px;
  color: #f4f1de;
  background: #101827;
  font-family: system-ui, sans-serif;
  text-align: center;
}

.launch-shell h1,
.launch-shell p {
  max-width: 680px;
  margin: 0;
}

.launch-shell h1 {
  color: #f6c453;
  font-size: clamp(28px, 7vw, 48px);
}

.launch-shell p {
  color: #d7dceb;
  font-size: 17px;
  line-height: 1.6;
}

.launch-shell nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
}

.launch-shell a {
  color: #79c6e3;
  font-weight: 700;
}
