body {
    text-align: justify;
    font-family: 'Josefin Sans', sans-serif;    
    margin: 0px auto;
    min-width: 700px;
    max-width: 700px;
    background-color: #e4e5e9;
    padding-bottom: 25px;
}

h2 { 
    background-color: #559ef9;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 25px;
    padding: 7px;
        
}
    
#contact { 
        text-align: center; 
}

#numero {
        text-align: center;
        margin:auto
}

a {color: black;
text-decoration: none
}
a:link {color: black;
}
a:visited {color: black;
}
a:hover {color: #696969;
}
a:active {color: #696969;
}

ul { 
    padding: auto;
    padding-left: 0;
    margin: auto;
    line-height: 10px;
}

li {
    margin-top: 10px;
list-style-type: none;
    line-height: 22px;
    
}

div{
    font-size: 17px;
}

footer {
    float:left;
}