:root{--lightblue-primary:#3498db;--yellow-primary:#ffc107}body,html{margin:0;padding:0;max-width:100vw;overflow-x:hidden}.root{min-height:100vh}.root,body{display:flex;flex-direction:column}body{justify-content:stretch;background-image:linear-gradient(to bottom,var(--lightblue-primary),var(--yellow-primary));font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mainContent{display:flex;flex-direction:column;flex-grow:1;align-items:center}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@media (max-width:767px){.root{min-height:150vh;max-height:300vh}}