html,body,#root{height:100%;margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}.app{text-align:center;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;width:100%;margin:0;background-color:#f6f7fb;color:#181f2a;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;animation:fadeIn 1s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn 1s ease-in}.app-header{background-color:#13a5ca;color:#ffffffef;padding:.5rem;text-align:center;border-bottom:2px solid #d1d5db}.content{margin:0 auto;box-sizing:border-box;max-width:460px;width:500px;margin-bottom:8.51rem;padding:2rem;margin-top:8%;background-color:#76dbf4;border-radius:10px;box-shadow:0 0 10px #0000001a;border:1px solid #1dcbf6}.description{font-size:25px;margin-top:.5%;margin-bottom:8%}input{width:350px;height:40px;flex:1;padding:.4rem .5rem;border:1px solid #fffdff;border-radius:5.56px}.form{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}button{background-color:#f3f5f5f0;color:#000;width:78px;height:50px;padding:.5rem;border:1px solid #fffdff;border-radius:6px;font-size:14.89px;cursor:pointer}button:hover{color:#2a15e7}.buttons{display:flex;gap:50px;justify-content:center;align-items:center;margin-top:5%}h2{margin-bottom:7.51%}.buttons-vertical{display:flex;flex-direction:column;gap:20px;align-items:center}.divider{width:100%;border:none;border-top:3px solid bisque;margin:10px 0}.secretMsg{margin-top:10%;font-size:19px}.errorStyle{color:#de0303;margin-top:10%;font-size:19px}.app-footer{background-color:#1f2937;color:#f9fafb;padding:.65rem;margin-top:auto;text-align:center;border-top:1px solid #d1d5db}@media (max-width: 600px){.content{width:90%;padding:1rem;margin-top:20vh}input{width:100%}.buttons{flex-direction:column;gap:15px}button{width:100%;height:45px}}
