*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:system-ui,sans-serif}.main{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem}.coming-soon{background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative}.coming-soon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:1}.description{text-align:center;position:relative;z-index:2;color:white;max-width:600px}.description h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.description p{font-size:1.2rem;font-weight:400;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.8)}@media (max-width:768px){.description h1{font-size:2rem}.description p{font-size:1rem}}