* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #fffdf8;
  background:
    radial-gradient(circle at 20% 18%, #2850e2, transparent 28rem),
    radial-gradient(circle at 78% 22%, #04d98b, transparent 24rem),
    linear-gradient(180deg, #21172f 0%, #21172f 100%);
  font-family: sans-serif;
}

main {
  width: min(100%, 960px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 48px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section {
  display: flex;
  min-height: 80vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

img {
  width: min(260px, 68vw);
  height: auto;
  margin-bottom: 28px;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

p {
  max-width: 620px;
  margin: 16px 0 0;
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.7;
}
