.logo {
    width: 200px;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

h2 {
   color: #0072D0; 
}

.links_item {
    text-align: center;
    display: block;
    max-width: 300px;
    margin: 10px auto 10px;
    padding: 2px 2px;
    font-size: 0.9rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: white;
    font-family: Futura, sans-serif;
    border-radius: 25px;
    background-color: #0072D0;
}

html {
    /*
    background-image: url(0);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    */
}

.social-tittle {
    text-align: center;
    font-size: 1.1rem;
    color: #0072D0;
    transition: all 0.2s ease-in-out;
    font-family: Futura, sans-serif;
    margin: 5px auto 5px;
}
.main-tittle {
    text-align: center;
    font-size: 1.2rem;
    color: #0072D0;
    transition: all 0.2s ease-in-out;
    font-family: Futura, sans-serif;
    margin: 2px auto 2px;
}
.main-parrafo {
    text-align: center;
    font-size: 0.9rem;
    color: #EC7E0D;
    transition: all 0.2s ease-in-out;
    font-family: Futura, sans-serif;
    margin: 2px auto 2px;
}
.table-icons {
    margin: auto;
}
.social-icon {
    width: 50px;
    margin: -5px 10px 0px;
}