@import "https://fonts.googleapis.com/css2?family=PT+Serif&display=swap";
:root{--main-bg-color:#41228e;--dark:#371c78;--white:#fff;--yellow:#ffd000;--yellow-dark:#1a1400;--link-hover:#ff69b4}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;height:100%}html{color:var(--white);background-image:url(/main-bg.png);background-color:var(--main-bg-color);background-position:50%;background-repeat:no-repeat;background-size:cover}body{font-family:PT Serif,serif}a{color:var(--yellow);-webkit-text-decoration:inherit;text-decoration:inherit}h1{margin-bottom:10px}h3{margin:0}a:hover{color:var(--link-hover);text-decoration:underline}main{grid-row-gap:10px;grid-template-rows:250px 1fr auto;grid-template-areas:"header header header"".content.""footer footer footer";min-height:100vh;display:grid}section{text-align:center;grid-area:content;margin-top:15px}header{background-image:url(/site-logo.png);background-position:50%;background-repeat:no-repeat;background-size:contain;grid-area:header;width:150px;height:125px;margin-left:50px}header a{cursor:pointer;width:100%;height:100%;display:block}footer{text-align:center;grid-area:footer}.important{color:var(--yellow);text-decoration:underline}.countdown{margin-top:15px;margin-bottom:35px}@media only screen and (max-width:600px){html{background-image:none;background-color:var(--dark)}main{grid-template-rows:150px 1fr auto;grid-template-areas:".header."".content.""footer footer footer"}footer{text-align:center}header{height:initial;width:100px;margin-left:auto;margin-right:auto}}
