@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&family=Tangerine&display=swap");*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}.AppWraper{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;grid-gap:20px;gap:20px;padding:20px;background-image:url(/assets/background_03.webp);background-color:gray;background-attachment:fixed;background-repeat:no-repeat}@media screen and (min-width:1024px){.AppWraper{grid-gap:40px;gap:40px}}