*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}#root{display:flex;flex-direction:column}#root,body,html{height:100%}.category-item-container{grid-gap:15px;align-items:center;background-blend-mode:color;background-color:red;background-color:#0000004d;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;box-shadow:2px 2px 2px #00000040;display:flex;height:100%;justify-content:center;width:100%}.category-name{background:#e9ecef73;border:1px solid #212529;border-radius:10px;box-shadow:0 4px 4px #00000040;color:#f8f9fa;padding:10px 30px;text-align:center;transition:all .5s ease}.category-name:hover{background:#e9ecef8c;cursor:pointer}.category-name p:first-child{font-weight:600}.categories-container{display:flex;height:100%;justify-content:center;width:100%}.categories-content{grid-gap:15px;display:grid;grid-template-areas:"a b" "c c" "d e";height:100%;padding:30px;width:1920px}.categories-content div:first-child{grid-area:a}.categories-content div:nth-child(2){grid-area:b}.categories-content div:nth-child(3){grid-area:c}.categories-content div:nth-child(4){grid-area:d}.categories-content div:nth-child(5){grid-area:e}
/*# sourceMappingURL=main.ddf7357d.css.map*/