* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #020617;
  color: #f8fafc;
  transform: translateY(50%);
  display: flex;
  justify-content: center;
}

.card {
  border-radius: 6px;
  background-color: #0f172a;
  color: #f8fafc;
  display: flex;
  flex-direction: column;
  padding: 15px;
  max-width: 500px;
}

.section {
  margin-top: 1rem;
  color: #f8fafc;
}

.launch {
  display: flex;
  justify-content: flex-end;
}
