/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#wrapper {
    background-color: #ffffff;
}
#wrapper .breadcrumb {
    padding: 5px 10px;
    background-color: #f5f5f5;
    width: fit-content;
    border-radius: 5px;
}
h1 {
    font-family: "Lemon Milk", sans-serif !important;
}
.text-center {
    text-align:center;
}
.block-category-inner {
    justify-content: center !important;
}
.block-category .block-category-inner .category-cover img {
        height:250px !important;
        width:auto !important;
}