@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);body{background:#1a1a1a}.App{font-family:Montserrat;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;width:1072px}.App>.header{grid-gap:10px 16px;display:grid;grid-template-areas:"logo label" "name name";grid-template-columns:32px auto;grid-template-rows:32px auto;left:50%;margin-bottom:50px;margin-top:50px;position:relative;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.App>.header>.logo{grid-area:logo;width:32px}.App>.header>.label{-webkit-text-fill-color:transparent;text-fill-color:transparent;align-items:center;background:linear-gradient(180deg,#bb19fd,#6711e5);-webkit-background-clip:text;background-clip:text;display:flex;font-size:1.5rem;font-weight:800;grid-area:label;line-height:32px}.App>.header>.label>.white{color:#fff}.App>.header>.name{color:#fff;font-size:1.5rem;font-weight:600;grid-area:name;text-align:center}.App>.category{margin-top:20px}.App>.category>.label{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(180deg,#bb19fd,#6711e5);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:600;text-align:center}.App>.category>.cars{grid-gap:16px;display:grid;grid-auto-rows:256px;grid-template-columns:repeat(4,256px);margin-top:30px}.App>.category>.cars>.car{background-size:100% 100%;border-radius:10px;height:100%;overflow:hidden;position:relative;width:100%}.App>.category>.cars>.car>.overlay{align-items:center;background:rgba(0,0,0,.533);bottom:0;color:#fff;display:flex;font-size:1.25rem;height:48px;justify-content:center;position:absolute;width:100%}.App>.footer{color:#fff;font-weight:600;margin-bottom:30px;margin-top:50px;text-align:center}.App>.footer>a{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(180deg,#bb19fd,#6711e5);-webkit-background-clip:text;background-clip:text;color:#fff;text-decoration:none}
/*# sourceMappingURL=main.dcfd60d6.css.map*/