@import url(https://cdn.jsdelivr.net/npm/modern-normalize/modern-normalize.min.css);body,html{font-family:Inter,sans-serif;background-color:#282c35;display:flex;flex-direction:column;justify-content:center;height:100vh;background-color:#262626}a,body,html{color:#c5c5c5}a{text-decoration:underline;-webkit-text-decoration-color:#646464;text-decoration-color:#646464}a:hover{text-decoration:none}.footer{display:flex;flex-direction:column;align-items:center;margin-top:5em;margin-left:.75em;font-size:1.25em}.main{margin-bottom:10%;margin-top:13rem;margin-right:15%;margin-left:15%}.heading{font-size:5em;color:#22d322}.heading,.heading__small{display:flex;justify-content:center}.heading__small{font-size:1.5em;color:#9394a7}.header{padding-bottom:3em}.link{font-size:1.2em}.form{display:flex;flex-direction:column;margin-bottom:5vh}.submit{cursor:pointer;color:#c4c4c4;border:none;background-color:#5665bc;border-radius:10px;box-shadow:3px 5px 0 0 #fff;transition:box-shadow .2s ease-in-out}.input,.submit{font-size:1.25rem;width:100%;padding:1rem;margin-left:.5rem}.input{margin-bottom:2rem;background:none;border:none;color:#fff;border-bottom:2px solid #fff;text-align:center;transition:border-bottom-color .3s ease-in-out;caret-color:#56bc58}.popup{font-size:1.15em;width:100%;padding:1.5rem;border-radius:10px;margin-left:.5rem;margin-bottom:3rem;word-break:break-all}.error{background-color:#a52525}.success{background-color:#3c25a5}