@import url(https://fonts.googleapis.com/css2?family=Dongle:wght@400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Dosis&display=swap);html{height:100%}body{text-align:center;background-image:linear-gradient(rgba(255,255,255,.2),rgba(255,255,255,.2)),url("../images/pagebg.png");background-attachment:fixed;background-repeat:no-repeat;background-size:cover;background-position:bottom;height:100%}#title{font-family:Dongle,sans-serif;font-size:10em;margin-bottom:0;margin-top:0;text-shadow:1px 1px 15px #fff;user-select:none}.button{width:200px;user-select:none;margin-bottom:15px}.alternate span:nth-of-type(2n){color:green}.alternate span:nth-of-type(odd){color:red}#instructions{font-family:'Source Code Pro',monospace;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:15px;background-color:rgba(0,0,0,.3);border-radius:30px;padding:10px;border:solid 3px red}