* {
    box-sizing: 0;
    margin: 0;
    padding: 0;
}

body{
    background-color: #005053;
    color: #D6ECEB;   
    
}


a {
    color: #D6ECEB;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #F07D00;
    cursor: pointer;
    text-decoration: none;
}

body,
button {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25px;

}


p {
    padding: 1%;
}

small{
    font-size: 16px;
    padding: 1%;
}

h2 {
    font-weight: 400;
padding: 1%;
}

.divCenter {
    background-color: #008287;
    color: #D6ECEB;
    text-align: center;
    padding: 19vh 1% 1% 1%;
    min-height: 70vh;
    background-image: url("pix/guverknow-sfondo.png")
}

footer{
    display: table;
    margin: auto;
    width: 100%;
}

footer div{
display: table-cell;     
justify-content: center;
padding: 1% 2%;
text-align: center;
width: 50%;
}

footer a{
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

footer a:hover{
    color: #F07D00;
    cursor: pointer;
    text-decoration: none;
}

#wrapper {

    /*border: 1px solid orange;*/
    
    display: table;
    margin: auto;
    margin-top: -3vw;
    width: 98%;
    
    
}

svg {
    float: center;
    height: 60vh;
    max-width: 60vw;
    padding: 1%;
}

hr {
    border: 1px dashed #d6d6d6;
    width: 60%;
}