@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;700;900&display=swap");:root{--background-dark:#121212}*{box-sizing:border-box;padding:0;margin:0;-webkit-tap-highlight-color:transparent}body,html{max-width:100vw;overflow-x:hidden;font-family:Outfit,sans-serif}body{background-color:var(--background-dark);display:flex;justify-content:center;align-items:center;min-height:100vh}#mobile-container{width:100vw;max-width:430px;height:100vh;max-height:932px;position:relative;overflow:hidden;background:linear-gradient(180deg,#4da4fc,#b8e1fc);background-size:cover;background-position:50%;box-shadow:0 0 20px rgba(0,0,0,.5);display:flex;flex-direction:column}@media (max-width:480px){#mobile-container{width:100vw;height:100vh;box-shadow:none;max-width:none;max-height:none}}