@tailwind base;@tailwind components;@tailwind utilities;body,html{margin:0;padding:0;height:100%;font-family:Arial,sans-serif;color:#fff}.background{background:url(/enhanced_background.png) no-repeat 50%/cover;background-size:cover;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.coming-soon{text-align:center;font-size:2.5rem;margin-bottom:auto;padding-top:2rem}footer{background-color:rgba(0,0,0,.6);padding:1rem;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;text-align:center}footer div{margin:.5rem 1rem;display:flex;align-items:center;gap:.5rem}.icon{width:1.2rem;height:1.2rem;filter:invert(66%) sepia(84%) saturate(2732%) hue-rotate(172deg) brightness(97%) contrast(104%)}@media (max-width:600px){footer{flex-direction:column;align-items:center}footer div{margin:.5rem 0}}