body {
    background: url('../img/background.jpg') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
.container {
    /* margin-top: -140px; */
    text-align: center;
    /* background: rgba(0, 0, 0, 0.6); */
    padding: 20px;
    border-radius: 10px;
    width: 70%;
    max-width: 400px;
}
.logo {
    width: 100px;
    margin-bottom: 20px;
}
.btn {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background: transparent;
    color: white;
    border: 2px solid #da9669;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}
.btn:hover {
    background: #c89b6a;
    color: black;
}
.footer {
    color: white;
    font-weight: bold;
    margin-top: 20px;
}

/* CUSTOM */
.shareon {
    font-size: 0 !important;
    margin-top: 0;
}
.shareon>* {
    background-color: #0d3445!important;
    border-radius: 10px!important;
}
.footer-buttons{
    /* margin-top: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.vcf-download {
    background-color: #0d3445 !important;
    padding: 9px;
    border-radius: 10px;
    color: #f7f7f7;
    text-decoration: none;
}