.green_text {
    color: #ccc000;
}

.tabella_contatti {
    background-color: #2d5352;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 350px;
}

.tabella_contatti td, .tabella_contatti a {
    color: white;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.container p, .container h1 {
    text-align: center;
}

.header {
    background-color: #2d5352;
    display: flex;
    justify-content: center;
}

.footer {
    align-items: center;
    background-color: #2d5352;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.8rem;
    justify-content: center;
    min-height: 10vh;
    text-align: center;
}

.footer a {
    color: #ccc000;
    display: inline-block;
    margin-left: 3px;
}

.contenuto {
    min-height: 90vh;
}

.privacy_container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.container, .privacy_container {
    padding: 20px;
}

.privacy_container h3, .privacy_container h4 {
    color: #2d5352;
}

.email {
    font-style: italic;
}

img {
    width: 90px;
}