#main{height:100vh;height:100svh;width:100vw;width:100dvw;max-width:100vw;max-width:100dvw;max-height:100vh;max-height:100svh;overflow:hidden auto;display:flex;flex-direction:column;gap:1em;align-items:center;justify-content:center;background:black;color:#ffd140}#main .logo{width:15em;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}#main .contact-link{text-decoration:none;color:white}#main .contact-link:hover{text-decoration:underline}#main .button{background:#ffd140;color:black;padding:.3em;width:15em;font-weight:700;border:none;cursor:pointer;outline:none;text-decoration:none;text-align:center;font-size:.9em}#main .button:hover{background:#ffd240e7}#main .footer{font-size:.9em;color:white;font-style:italic;max-width:90%;text-align:center}@media only screen and (max-width:1000px){#main{max-height:calc(100vh - 1px);max-height:calc(100svh - 1px)}#main .logo{width:70%}}