body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.profile {
    line-height: 0.5;
    color: #026680;
    margin: 5px;
    font-size: 10px;
    text-align: center;
}
.profile .name{
    font-size: 44px;
    margin: 13px;
}
.profile .name .lastname{
    font-size: 16px;
}
.vcard-container {
    width: 100%;
    height: 100vh;
    background: url('../img/background.png') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;

    /* margin-top: -72px; */
}

.button {
    width: 50%;
    max-width: 300px;
    padding: 10px;
    margin: 5px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-radius: 0px 10px;
    text-decoration: none;
    display: block;
}

.whatsapp { background-color: #003F4F; }
.telefono { background-color: #4BA3AF; }
.correo { background-color: #4F5A67; }
.ubicacion { background-color: #003F4F; }
.pagina-web { background-color: #006070; }
.linkedin { background-color: #4BA3AF; }
.facebook { background-color: #A9CBD7; }
.instagram { background-color: #003F4F; }

.button:hover {
    opacity: 0.8;
}

/* CUSTOM */
.shareon {
    font-size: 0 !important;
    margin-top: 0;
}
.shareon>* {
    background-color: #026680!important;
    border-radius: 10px!important;
}
.footer-buttons{
    /* margin-top: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.vcf-download{
    background-color: #026680 !important;
    padding: 9px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
}