html,body{margin:0;min-height:100vh;height:max(100%,100vh);background-color:#000;display:flex;flex-direction:column;font-family:Roboto,Helvetica Neue,sans-serif;transition:background-color 1s ease}html.backgroundFadedIn,body.backgroundFadedIn{background-color:#d6d6d6}h1{font-size:max(7vw,5rem);font-family:Calibri,serif;text-align:center;font-weight:700;margin:0;padding-top:1rem}
