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

body {
  background-color: #0d0a14;
  color: #e8e0f0;
  font-family: Georgia, 'Times New Roman', serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  gap: 0;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 900px;
}

.splash {
  width: 900px;
  max-width: 100%;
  display: block;
}

.description {
  width: 900px;
  max-width: 100%;
}

.description h2 {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: 0.85rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #9880c0;
  margin-top: 6px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.description h1 {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #d4c8e8;
  margin-bottom: 16px;
}

.description p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #b8aed0;
  margin-bottom: 1em;
}

.description p:last-child {
  margin-bottom: 0;
}

.screenshot {
  width: 900px;
  max-width: 100%;
  display: block;
}
