html{box-sizing:border-box;font-size:16px}*,:after,:before{box-sizing:inherit}body,html{box-sizing:border-box;font-family:Arial,sans-serif;height:100%;width:100%;overflow:hidden}body,html{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;flex-direction:column}.landing-page{background-image:url(/SmartCricAI.png);background-size:cover;background-repeat:no-repeat;background-position:50%;height:100vh;width:100%}.container{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:600px){.container{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.container{grid-template-columns:repeat(3,1fr)}}img{max-width:100%;height:auto}#__next,#root{display:flex;flex-direction:column;min-height:100%}main{flex:1}@media (max-width:768px){.landing-page{background-size:100% 100%}}.Footer_footer__yl3k1{background-color:#f1f1f1;color:#333;text-align:center;width:100%;position:fixed;bottom:0}@media (max-width:768px){.Footer_footer__yl3k1{padding:1px}}