@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");:root{--text-color:#0e0e0e}@property --x1{syntax:"<percentage>";inherits:false;initial-value:0}@property --y1{syntax:"<percentage>";inherits:false;initial-value:0}@property --x2{syntax:"<percentage>";inherits:false;initial-value:0}@property --y2{syntax:"<percentage>";inherits:false;initial-value:0}@property --x3{syntax:"<percentage>";inherits:false;initial-value:0}@property --y3{syntax:"<percentage>";inherits:false;initial-value:0}@property --x4{syntax:"<percentage>";inherits:false;initial-value:0}@property --y4{syntax:"<percentage>";inherits:false;initial-value:0}*{box-sizing:border-box;padding:0;margin:0}body{background-color:#fff;background-image:radial-gradient(at 50% 50%,#fff 0,transparent 50%),radial-gradient(at var(--x1) var(--y1),hsla(0,100%,82%,.468) 0,transparent 50%),radial-gradient(at var(--x2) var(--y2),#ffcae1 0,transparent 50%),radial-gradient(at var(--x3) var(--y3),#a8eee8 0,transparent 50%),radial-gradient(at var(--x4) var(--y4),#8eebb0 0,transparent 50%);animation:gradient 30s infinite;width:100vw;min-height:100vh;height:100vh;color:var(--text-color);font-family:Oswald,sans-serif}@keyframes gradient{0%{--x1:0%;--y1:0%;--x2:100%;--y2:0%;--x3:100%;--y3:100%;--x4:0%;--y4:100%}25%{--x1:100%;--y1:0%;--x2:100%;--y2:100%;--x3:0%;--y3:100%;--x4:0%;--y4:0%}50%{--x1:100%;--y1:100%;--x2:0%;--y2:100%;--x3:0%;--y3:0%;--x4:100%;--y4:0%}75%{--x1:0%;--y1:100%;--x2:0%;--y2:0%;--x3:100%;--y3:0%;--x4:100%;--y4:100%}to{--x1:0%;--y1:0%;--x2:100%;--y2:0%;--x3:100%;--y3:100%;--x4:0%;--y4:100%}}#content{width:100%;max-width:600px;margin:auto;padding-top:3rem;height:100vh;overflow:scroll}#content::-webkit-scrollbar{display:none}#grid{max-width:1200px;margin:0 auto;display:grid;grid-gap:5rem 2rem;gap:5rem 2rem;padding:2rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.card,.card img{width:100%;aspect-ratio:1/1}.card img{height:-moz-fit-content;height:fit-content;border-radius:10px;margin:auto;border:1px solid #000}.card div{text-align:center;font-size:1.2rem;font-family:Oswald,sans-serif;font-optical-sizing:auto;font-weight:900;font-style:normal;line-height:1.5rem}#info{width:100%;max-width:600px;margin:auto;padding:1rem;max-height:100vh;overflow:scroll}#info::-webkit-scrollbar{display:none}#info #icon-name{display:flex;flex-direction:row}#icon-name #name-download{display:flex;flex-direction:column;width:80%}#icon-name>img{width:20%;height:100%;aspect-ratio:1/1;border-radius:10px;border:1px solid #000}#name-download>h1{margin-left:1rem;height:50%;font-size:2rem;line-height:1.5rem}#name-download>a{display:flex;align-items:center;justify-content:center;margin:0 0 0 1rem;height:50%;max-height:3rem;text-decoration:none;background-color:var(--text-color);color:#fff;text-align:center;vertical-align:middle;width:-moz-fit-content;width:fit-content;padding:1rem;border-radius:10px;line-height:100%}#info>#desc{margin-top:2rem;font-size:1.2rem}#info #screanshots{display:flex;flex-direction:row;overflow:scroll;margin-top:2rem}#info #screanshots::-webkit-scrollbar{display:none}.screanshot{width:70%;height:auto;margin-right:1rem;object-fit:contain}