body
{
    background-color: #474646 !important;
}
.logo
{

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center !important;
    
    
}
.sub-logo{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center !important;

     width: 100%;
    height: 75px; 
    font-size: 45px;
    /* background-color: blue; */
    border-radius: 15px;
    align-self: center;
    background-image: linear-gradient(#000000 50% , #5c7c7c);
    color: white;
}
.menu-item
{
    /* background-color: blue; */
    background-image: linear-gradient(#000000 50% , #5c7c7c);
    color: white;
    width: 100%;
    height: 80px;
    border-radius: 15px;
    font-size: 30px;
    cursor: pointer;
}
.menu-item:hover
{
    color: greenyellow;
}
.categorie
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 250px;


}
.item-categoria
{
    /* border:  1px solid blue; */
    /* background-color: blue; */
    color: white;
    border-radius: 20px;
    background-image: linear-gradient(#000000 50% , #5c7c7c);
    color: white;
    font-size: 35px;
    
}

.sub-categorie
{
    display: flex;
    height: 250px;
    flex-direction: column;
    justify-content: space-around;
}
.square-post
{
    width: 100%;
    height: 200px;
    /* background-color: blue; */
    background-image: linear-gradient(#000000 50% , #5c7c7c);
    color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.img-post
{
    border-radius: 20px;
}
.txt-post
{
    font-size: 35px;
}
.square-stat
{
    width: 100%;
    height: 200px;
    /* background-color: blue; */
    background-image: linear-gradient(#000000 50%, #5c7c7c);
    color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.txt-stat
{
    color: white;
    font-size: 35px;
}
.post-stat
{
    border: 0px solid white;
    border-radius: 20px;
    width: 30%;
    height: 50px;
    background-image: linear-gradient(#000000 50% , #5c7c7c);
    margin: 0 auto;
    font-size: 25px;

}
.icona
{
    font-size: 80px;
    cursor: pointer;
}
.icona:hover 
{
    transform: rotateY(3.142rad);
    color: yellowgreen;
    transition: all 1s;
}
.menu-mac
{
    width: 90%;
    height: 75px;
    background-image: linear-gradient(#000000 50%, #5c7c7c);
    color: white;
    font-size: 50px;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    
}
.menu-mac-icona
{
    cursor: pointer;
    
}
.menu-mac-icona:hover
{
    transition: all 2s;
    transform: scale(2);
    color: yellowgreen;
    
}
.testo-scorrevole
{
    z-index: 10;
    position: sticky;
    top: 0;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(#000000 50% , #5c7c7c);
    color: white;
    border-radius: 10px;
    color: yellowgreen;
    border: 0px;

}
.testo-scorrevole2
{
    width: 100%;
    height: 50px;
    background-image: linear-gradient(#000000 50%, #5c7c7c);
    color: white;
}
.footer
{
    width: 100%;
    background-color: black;
    /* background-image: linear-gradient(#000000 , #5c7c7c); */
    color: white;
    height: 250px;
}
.ul-tree
{
    list-style-type: none !important;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px;
    background-color: black;
}
.ul-contact
{
    list-style-type: none !important;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px;
    align-items: center;
    background-color: black;

}
.sub-category2
{
    list-style-type: none !important;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px;
    align-items: center;
    background-color: black;

}
.ul-copyright
{
    list-style-type: none !important;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 50px;
    align-items: flex-end;
    background-color: black;
    color: white;
}
.li-contact
{
    font-size: 35px;
}
.li-contact2
{
    font-size: 35px;
}
.footer
{
    display: flex;
    flex-direction: row;
    justify-content: center !important;
    height: 350px;



}
.li-tree
{
    font-size: 25px;
}
.li-tree2
{
    font-size: 35px;
}
.copy
{
    width: 100%;

}
.sub-category2
{
    display: flex;
    flex-direction:row;
}

@media screen and (max-width: 500px) {
    .ul-tree
    {
        font-size: 18px;
        color: white;
    }
    .ul-contact
    {
        font-size: 18px;
    }
    .ul-copyright
    {
        font-size: 18px;
    }
    .footer
    {
        height: 500px;
    }
    .categorie
    {
        grid-auto-rows: 150px;  
    }
    .sub-categorie
    {
        display: flex;
        height: 150px;
        flex-direction: column;
        justify-content: space-around;
    }
    .icona
    {
        font-size: 30px;
        cursor: pointer;
    }
    .testo
    {
        font-size: 20px;
    }
    .menu-mac-icona
    {
    font-size: 30px;
    
    }
}