body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 50px;
    background-color: #131313;
    color: #fff;
}
.folder {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 20px;
    display: inline-block;
    background-color: #222222;
    top: 20px;
    width: 24%;
    display: inline-table;
    justify-content: space-around;
}

.section {
    font-size: 20px;
    background-color: #131313;
    padding: 0;
    padding-inline: 0;
    margin: 0;
    flex-direction: row;
    display: contents;
    box-sizing: content-box;
    justify-content: space-around;

}

.file-list {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 20px;
    background-color: #222222;
}
.file {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
a {
    text-decoration: none;
    color: #fff;
}
.small-text {
    font-size: 12px;
}



.sectionService {
    font-size: 16px;
    background-color: #000;
    border-radius: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    border-bottom: 1px solid #ccc;
    padding-inline: 30%;
    margin-bottom: 20px; /* Aggiunge margine sotto la sezione */
}

.text {
    background-color: #141312;
    /* border-bottom: 1px solid #ccc; */
    border-radius: 45px;
    padding: 15px;
    padding-inline: 20px;

}

.titolo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    margin: 0px;
    z-index: 1000; /* Assicura che la navbar stia in primo piano */
    box-sizing: border-box;
}

.navbar{

    background-color: #131313;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    margin: 0px;
    border-radius: 0px 0px 20px 20px;
    border-bottom: 3px solid #222222;
    box-sizing: border-box;
}




@media screen and (max-width: 700px) {

    .navbar{

        background-color: #131313;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
        margin: 0px;
        border-radius: 0px 0px 20px 20px;
        border-bottom: 3px solid #222222;
        box-sizing: border-box;
    }

    .titolo {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
        margin: 0px;
        z-index: 1000; /* Assicura che la navbar stia in primo piano */
        box-sizing: border-box;
        font-size: x-large;
    }

    .sectionService{

        font-size: 16px;
        background-color: #000;
        border-radius: 23px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom: 1px solid #ccc;
        padding-inline: 10px;
        margin-bottom: 20px;

    }

    body {
        margin: 0px;
        background-color: #131313;
        color: #fff;
        padding: 0px;
        padding-inline: 0px;
        padding: 0px;
    }

    .folder {
        padding: 20px;
        /* border-image: linear-gradient(45deg, #ff0000, #0000ff) 1; */
        border-color: gray;
        border-radius: 10px;
        margin: 10px;
        display: inline-block;
        background-color: #222222;
        top: 30 px;
        width: 80%;
        height: 18px;
        text-align: center; /* Centra il testo all'interno del bottone */
        justify-content: center;
        font-size: 18;
    
    }
    
    a.folder {

        color: #fff;
        font-size: 20;
        display: flexbox;
        justify-content: center;
        text-align: center;
    

    }
/*     a.sectionService {

        color: #222222;
        font-size: 20;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;



    } */

    .divider{

        padding-bottom: 30px;  
        margin-bottom: 40px;
        margin-top: 40px;      
    }

    .section {
        font-size: 20px;
        background-color: #131313;
        flex-direction: column;
        margin-bottom: 15px;
        justify-content: center;
        align-self: center;
        text-align: center;
        display: flex;
        align-items: center;
        

    
    }

    h2.text {
        background-color: #141312;
        border-radius: 45px;
        padding-inline: 20px;
        margin-bottom: 40px; /* Aggiunge uno spazio tra ogni link */
        font-size: large;
        
    }
}


@keyframes animationFirst {


    
}