@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap";.app{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0000001a,#0000001a)}.app-inner{width:100%;height:100%;max-width:560px;padding:30px 15px;box-sizing:border-box}.app-header{width:100%;display:flex;align-items:center;flex-direction:row;justify-content:space-between}.app-subheader{margin-top:30px;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.app-image-wrapper{display:flex;align-items:center;justify-content:center;height:90px;width:90px;border-radius:100%;overflow:hidden;border:2px solid white}.app-image{width:100%;height:100%}.app-title{margin-top:16px;font-family:Onest;font-size:28px;font-weight:900;text-transform:uppercase}.app-content{margin-top:30px;width:100%;display:flex;flex-direction:column;align-items:center}.app-content-image-wrapper{display:flex;align-items:center;justify-content:center;width:100%}.app-content-image{max-width:100%}.app-links{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.app-link{width:100%;height:65px;background-color:#fff;border-radius:100px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;padding:10px;box-sizing:border-box;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.app-link:hover{opacity:.8}.app-link:active{opacity:.6}.app-link-image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:100%}.app-link-image{width:45px;height:45px}.app-link-title{font-family:Onest;font-size:15px;font-weight:700;color:#000}.app-link-right{width:45px;height:45px}:root{font-family:Onest,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.2;font-weight:400;color-scheme:light dark;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-position:50% 15%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll;overflow:hidden auto;max-height:100%;background-image:url(/bg.jpg);width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;box-sizing:border-box;position:relative}body{padding:0;margin:0}a{text-decoration:none;color:#000}
