    
 body {
            background-color: rgb(249, 248, 244);
        }
        .container{
            position: relative;
        }
        .bggrappolo{
            z-index: 0;
            position: absolute;
            top: 0;
            left: 10px;
            width: 200px;
            height: 200px;
            opacity: 0.1;
        }
        .container__blog {

            padding-top: 0;
            border-radius: .5rem;
            min-height: 10rem;
            display: grid;
            grid-template-columns: 2fr 1fr;
            grid-gap: 1rem;
        }
        .articles__container {
            padding: 2rem 1rem 2rem;

        }

        .blog__article {
            opacity: 0;
        }

        .blog__article__container {
            display: flex;
            gap: 2rem;
            margin-bottom: 4rem
        }
        .blog__article__copertina{
            border-radius: 50%;
            border: 1px solid #e6e6e6;
                width: 155px;
                height: 155px;
        }

        
         @media screen and (max-width:909px) {
            
      
            .container__blog {
                grid-template-columns: 1fr;
            grid-gap: .5rem;
            }
            .blog__article__copertina{
                width: 135px;
                height: 135px;
            }
            .blog__article__container {
                gap: 1rem;
            }
         }

        
@media (max-width:480px)  {

        .blog__article__container {
        flex-direction: column;
        }
        .blog__article__copertina{
            border-radius: 0%;
                width: 100%;
            height: auto;
        }

}
        .blog__article__title {
            font-weight: 400;
            font-size: 2rem;
            margin-bottom: .5rem
        }

        .blog__article__meta {

            margin-bottom: .5rem
        }

        .blog__article__meta span {
            font-size: 14px;
            margin: 0 10px 0 0;
            color: #474747;
        }

        .blog__article__ext {
            margin-bottom: 1.0rem !important;
        }

        .blogcat__container {
            padding: 0rem 2rem 2rem;
        }


        .blogcat__title {
            font-size: 1.2rem;
            font-weight: 600;
            line-height: 3rem;
            margin: 2rem 0 .8rem 0;
            color: #B89002;
        }

        .categories__list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .categories__list li {
            position: relative;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #dee2e6;
            list-style: none;
        }

        .categories__list li a.select {
            text-decoration: underline;
            font-size: 1rem;
            font-weight: bold;
        }


        .categories__list li a span {
            position: absolute;
            right: 0;
            top: 0;
            color: rgb(162, 165, 168);
        }


        .tops__article a {
            display: flex;
            margin-bottom: 1rem;
            gap: 1rem;
        }

        .tops__article a:hover {
            text-decoration: none;
        }

        .top__title {

            font-size: 0.9rem;
            font-weight: 600;
            line-height: 1.4rem;
        }

        .top__meta {
            font-size: 0.8rem;
            font-weight: 400;
            line-height: 1.4rem;
            color: rgb(162, 165, 168);
        }

        .tags__list a:hover {
            border: 1px solid #000;
            text-decoration: none;
        }

        .tags__list a {
            text-transform: uppercase;
            display: inline-block;
            padding: 4px 10px;
            margin-bottom: 7px;
            margin-right: 4px;
            border-radius: 4px;
            color: #000000;
            border: 1px solid #ccc;
            font-size: 11px;
            transition: all 0.3s ease-in-out;
        }

        
        .tags__list a.select {
            color: #FFF;
            text-shadow: 0 0 1px #000;
            background-color: #888888;
            border: 1px solid #000;
        }