@import url(https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap);:root{--white:#ffa500;--text-grey:#fafafa;--bg-grey:#f3f3f3;--light-grey:#efefef;--line-grey:#b7b7b7;--mid-grey:#939393;--dark-grey:#434343;--near-black:#0b0b0b;--black:#000000;--dark-blue:#262626;--link-blue:#ff901a;--mid-blue:#ffa94d;--highlight-blue:#ffce99;--status-red:#e85856;--status-yellow:#ebc942;--status-green:#5cc478;font-family:Roboto,sans-serif;letter-spacing:.15px;--bg-color:#ffcf78;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body{text-align:center;background-image:url("../images/mainbg.png");background-size:cover;background-position:center;width:100%;height:100vh;margin-left:0;margin-top:0;overflow:hidden}h1{font-family:'Permanent Marker',cursive;-webkit-text-stroke:0.1px var(--mid-blue);font-size:4em;margin-top:0;color:transparent;margin-bottom:10px}.button-pad{display:flex;width:fit-content;margin:10px auto}.button-pad input{margin:0 30px;padding:10px 0;background:var(--link-blue);border:2px solid var(--near-black);border-radius:10px;color:var(--dark-grey);font-weight:bolder;font-size:1em;transition:.3s ease-in}input:hover{background-color:var(--mid-blue)}.btn{width:100px}@media screen and (max-width:1400px) and (orientation:portrait){.btn{width:200px}}