.gradient{min-height:100vh;width:100%;box-sizing:border-box;margin:0;padding:0;font-family:sans-serif;background-attachment:fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background:#020024;background-repeat:no-repeat;background:-webkit-linear-gradient(180deg,rgb(2,0,36) 0%,rgb(88,105,185) 43%,rgb(0,212,255) 100%);background:-moz-linear-gradient(180deg,rgb(2,0,36) 0%,rgb(88,105,185) 43%,rgb(0,212,255) 100%);background:-ms-linear-gradient(180deg,rgb(2,0,36) 0%,rgb(88,105,185) 43%,rgb(0,212,255) 100%);background:-o-linear-gradient(180deg,rgb(2,0,36) 0%,rgb(88,105,185) 43%,rgb(0,212,255) 100%);background:linear-gradient(180deg,#020024,#5869b9 43%,#00d4ff)}.blackBackground{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background:#000}html,body{background-color:#d3d3d3;margin:0;padding:0;min-height:100vh;width:100%;box-sizing:border-box}h1{text-align:center;font-size:4vw;margin-bottom:20px}div{text-align:center;font-size:1.5vw}.errorDiv{color:#cd5c5c;font-size:max(20px,75%)}.infoPage{display:flex;flex-direction:column;min-height:100vh;padding-top:2vh;box-sizing:border-box;margin:0 10vw}.continueButtonDiv{margin-left:40%;margin-bottom:20px;width:20%}.continueButtonDiv button{position:relative;background:#fff;font-size:1.5vw;display:block;text-align:center;padding:6%;outline:none;color:#000;border-radius:4px;transition:.25s;cursor:pointer;width:100%;margin-top:6vh}.continueButtonDiv button:hover{background:#000;color:#fff}.infoStaticImage{width:70vw;margin-bottom:-15px;margin-left:5vw}.check{color:#228b22}
