body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('../img/background.jpg') no-repeat center center/cover;
}
.container {
    width: 375px;
    text-align: center;
    margin-top: 220px;
}
.button {
    display: block;
    margin: 10px auto;
    width: 80%;
}
a img{
    width: 70%;
}

/* CUSTOM */
.shareon {
    font-size: 0 !important;
    margin-top: 0;
}
.shareon>* {
    background-color: #202020!important;
    border-radius: 10px!important;
}
.footer-buttons{
    /* margin-top: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.vcf-download {
    background-color: #202020 !important;
    padding: 9px;
    border-radius: 10px;
    color: #f7f7f7;
    text-decoration: none;
}