@import url(https://fonts.googleapis.com/css?family=Chivo:300,700|Space+Mono:700);#app,body{background:#34495e;height:100vh;font-family:Chivo,sans-serif;font-weight:300;overflow:hidden;-webkit-transition-duration:.5s;transition-duration:.5s}#app{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#app,#nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#nav{justify-self:flex-start;margin-bottom:auto;height:10vh;width:100%;padding-left:2%}#nav img{height:5vh}#nav a{color:#fff;text-decoration:none;font-size:2rem;font-weight:700;margin-left:1%;font-family:Space Mono,monospace}.page{border-radius:5px;background:#fff;margin-bottom:auto;width:40vw;height:45vw;padding:3%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:768px){.page{width:90vw;height:80vh}}.page svg{height:45%;margin:auto 0}.page svg.success{margin-top:auto;margin-bottom:5%}.page h1{font-family:Space Mono,monospace;font-size:3rem;text-align:center;display:inline-block;margin-left:auto;margin-right:auto}.page h1 span{background-image:-webkit-gradient(linear,left top,left bottom,from(#dc8f2a),to(#dc8f2a));background-image:linear-gradient(#dc8f2a,#dc8f2a);background-size:100% 25%;background-repeat:no-repeat;background-position:0 100%}@media only screen and (max-width:375px){.page h1{font-size:2rem;border-bottom:10px solid #dc8f2a}}.page a{color:#2a83dc;text-decoration:underline}.page h2{font-family:Space Mono,monospace;font-size:2rem;text-align:center;display:inline-block;margin-left:auto;margin-right:auto;margin-bottom:auto;color:#dc8f2a}@media only screen and (max-width:1152px){.page h2{font-size:1.5rem}}.page .invalidText{margin:auto}.page p{font-weight:300;text-align:center;font-family:chivo,sans-serif;margin-bottom:auto;max-width:70%}@media only screen and (max-width:768px){.page p{max-width:90%}}.page button[disabled],.page button[disabled]:hover{background:#cdcdcd}.page .button,.page button{-webkit-transition-duration:.5s;transition-duration:.5s;display:block;background:#dc8f2a;width:50%;margin:auto auto 0 auto;border-radius:5px;border:0;padding:2%;font-size:1rem;font-weight:700;font-family:chivo,sans-serif;color:#000;text-decoration:none;text-align:center}@media only screen and (max-width:768px){.page .button,.page button{width:60%;padding:4%}}.page .button:hover,.page button:hover{background-color:#b87327}