body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 50px;
    background-color: #131313;
    color: #fff;
}

.sectionService {
    display: flex;
    justify-content: center;
    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;*/
    margin-bottom: 30px; /* Aggiunge margine sotto la sezione */
}

.text {
    background-color: #131313;
    /* border-bottom: 1px solid #ccc; */
    border-radius: 45px;
    padding: 15px;
    transition: 0.8s;

}
.text:hover {
    background-color: #918e8e67;
    border-radius: 15px;
    padding: 15px;
    scale: 1.2;
    margin: 20px;
}
a {
    text-decoration: none;
    color: #fff;
    transition: 0.8s;
}
a:hover {
    color: #002fff;
/*     scale: 4.7;*/
    text-decoration: none;
}

.siteList {
    margin-top: 0px;
}