body{margin:0}.bg{background:#070707;min-height:100vh;overflow-x:hidden}.logo{background:#35383a;width:100%;height:56px;display:flex;justify-content:center;align-items:center}.logo img{width:100%;max-width:200px}.marquee{width:-moz-fit-content;width:fit-content;display:flex;flex-wrap:nowrap;animation:marquee 30s linear infinite;margin-top:10px}.marquee img{height:45px}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-60%)}}.info{margin-top:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:70px}.info img{max-width:500px;width:100%}.footer{background:linear-gradient(180deg,#292c35,#0f0f07);height:70px;display:flex;justify-content:center;align-items:center;position:fixed;bottom:0;width:100%}.footer img{height:50%;margin:0 20px;cursor:pointer}