.hero {
    background-image: url('../images/main-slide.webp');
}


.hero-box header h3 {
    color: var(--another-yellow2);
    font-size: 2rem;
    margin-bottom: 20px;
}

.hero-box p {
    color: var(--light-grey);
    line-height: 1.6;
    margin-bottom: 20px;
}

.no-category-item{
    background-color: var(--dark-grey) !important;
    color: var(--another-yellow2) !important;
    border: 1px solid var(--dark-grey) !important;
    border-radius: 5px;
    padding: 1rem 1.25rem;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.no-category-item:hover{
    background-color: var(--even-darker-grey) !important;
    color: var(--yellow) !important;
}