:root { color: #173d36; background: #f7f4ed; font-family: Arial, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; }
.welcome { min-height: 100vh; display: grid; align-content: center; justify-items: center; padding: 32px; text-align: center; }
.tag { color: #e66f50; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; }
h1 { margin: 8px 0; font-size: clamp(38px, 7vw, 72px); letter-spacing: -2px; }
h1 span { color: #e66f50; }
.welcome > p:last-child { color: #597069; max-width: 470px; font-size: 18px; line-height: 1.55; }
