@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap";:root{--text:#131313;--bg:#d1edff;--accent:#014735;--secondary:#fcae00;--neon:#40cb04;--white:white}*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica Neue,Helvetica,sans-serif}body{background:var(--bg);font-family:Cormorant Garamond,serif}body.no-scroll{overflow:hidden}.container{max-width:600px;margin:0 auto;padding:0 12px}.btn{background:var(--accent);width:100%;height:50px;color:var(--white);border-radius:25px;justify-content:center;align-items:center;text-decoration:none;display:flex}.telegramAlert{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;display:flex}.telegramAlert img{object-fit:contain;width:100%;max-width:400px;height:auto;margin:0 auto;display:block}.telegramAlert h1{color:var(--text);text-align:center;margin-bottom:20px;font-size:28px}.telegramAlert p{color:var(--text);text-align:center;margin-bottom:30px;font-size:22px}.telegramAlert a{max-width:200px;margin:0 auto}
