@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;700;900&display=swap");*{margin:0;padding:0;box-sizing:border-box;text-align:left}::-webkit-scrollbar{display:none}body,html{background:#000;max-width:100%;overflow-x:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:100vh}html{font-size:67.5%}.logo{width:100%;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin:0}h1{font-weight:700;margin:20px 0;font-size:3rem}h1,h2{color:#fff;font-family:Montserrat}h2{font-weight:600;font-size:2rem}a,p{color:#fff;font-family:Montserrat;font-size:1.5rem;line-height:1.5;margin:5px 0}.app-badges{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.carouselImg{max-width:600px}.caroImgWrapper{flex-direction:column}.caroImgWrapper,.imagesWrapper{display:flex;align-items:center;justify-content:center;margin:0}.imagesWrapper{width:100%}.imagesWrapper>div>.carouselImg{width:100%;max-width:200px}.menu{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;margin:0;flex-wrap:wrap}.menuWrapper{min-width:300px}@media (max-width:400px){html{font-size:50%}}