body {
            background-color: rgb(249, 248, 244);
        }
        main {
            padding-top: 4rem;
        }

        .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;
        }

        .article__container {
            padding: 2rem 0rem 2rem 0;

        }
        .blog__main_copertina {
           max-width:100%;
              height:auto;  
            margin-bottom: 2rem;
            margin-top: 2rem;
        }
.blog__article__meta {

            margin-bottom: .5rem
        }

        .blog__article__meta span {
            font-size: 14px;
            margin: 0 10px 0 0;
            color: #474747;
        }
.blog__article__title {
text-align: left;
            font-weight: 600;
            font-size: 2.2rem;
            line-height: 3rem;
            margin-bottom: .5rem
        }
.blog__main_text{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.8;
}
.blog__main_tags{

            margin-top: 2rem;
}
.blog__main_tags a{

    text-transform: uppercase;
            font-size: .8rem;
    margin-right: 1rem;
}


        .blogcat__container {
            background-color: #FAFAFA;
            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 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;
        }
         @media screen and (max-width:909px) {
            
        main {
            padding-top: 2rem;
        }
            .container__blog {
                grid-template-columns: 1fr;
            grid-gap: .5rem;
            }
            .blog__article__copertina{
                width: 75px;
                height: 75px;
            }
            .blog__article__container {
                gap: 1rem;
            }


         }


.goback{
  text-align: left;
  margin-bottom: 2rem;
}
.gobackbottom{
  text-align: left;
  margin-top: 2rem;
}
.goback a,.gobackbottom a{
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 1.2rem;

}
.goback a:hover,.gobackbottom a:hover{
  color: #997800;

}
.goback a i,.gobackbottom a i{
  font-size: 1.6rem;

}