body {
    font-family: "Bodoni Moda", serif;
    font-size: 18px;
    background-color: rgb(24, 24, 24);
    color: rgb(230, 216, 198);
    text-align: center;
}

.contenitore-social {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.favorite-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.link-box {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 5px;
    width: 200px;
    text-align: center;
}

.link-box a {
    color: rgb(255, 136, 0);
    text-decoration: none;
}

.link-box a:hover {
    text-decoration: underline;
}

.pulsante-popup {
    color: rgba(23, 23, 22, 0.86);
    text-decoration: none;
    font-size: 20px;
}

.social-links{
    padding: 10px;
}

.social{
    padding: 20px;
}

.pulsante-popup{
    margin-top: 10px;
}