/* cores */
    .background-color {
        background-color: #f4f4f4;
    }

    .icon-color {
        color: #081f57;
    }

    .categories-title {
        text-align: center;
        margin: 20px 0;
        font-weight: bold;
        font-size: 3.5rem;
    }

    .category-card {
        text-align: center;
    }

    .category-card img {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .category-name {
        margin-top: 10px;
        font-weight: bold;
    }