@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{background:#fff;height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:32px 32px 0px}.main{flex-grow:1;display:grid;place-items:center}.footer{height:32px;display:grid;place-items:center;font-family:"Nunito Sans",sans-serif;font-weight:400}.footer a{color:#000;text-decoration:none}.container{height:-moz-max-content;height:max-content;width:100%;display:flex;align-items:center;flex-direction:column;gap:20px}.store-button{width:100%;max-width:256px;display:grid;place-items:center;text-decoration:none;border:none;height:48px;border-radius:8px;color:#fff;font-family:"Nunito Sans",sans-serif;font-weight:600;font-size:large;cursor:pointer}.socials{width:100%;max-width:256px;height:48px;display:flex;align-items:center;justify-content:center;gap:20px}.social-button{width:48px;height:48px;border-radius:8px;border:none;cursor:pointer;padding:8px}.bg{background:linear-gradient(45deg, #ace05a 0%, #33bf27 100%);box-shadow:rgba(0,0,0,.16) 0px 3px 6px,rgba(0,0,0,.23) 0px 3px 6px}.portal-bg{background:linear-gradient(45deg, #EC9F05 0%, #A06C03 100%);box-shadow:rgba(0,0,0,.16) 0px 3px 6px,rgba(0,0,0,.23) 0px 3px 6px}.logo{width:100%;max-width:256px;margin-bottom:20px;filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)) drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.23))}
