#wp-configuratore {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 20px;
}

button {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

button:hover {
    background-color: #005f8d;
}

#appStaffe iframe {
    width: 100%;
    height: 80vh;
    border: 2px solid #bd0a26;
}

#appStaffe {
    margin-bottom:70px;
}