body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
}
.background {
    background: url('../img/background.png') no-repeat center center;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: center;
    text-align: center;
}
.logo{
    margin-top: 60px;
    width: 250px;
}
.content-middle{
    text-align: center;
    font-size: 15px;
    margin-top: 60px;
    color: white;
    font-weight: 500;
}
.content {
    /* background: rgba(231, 240, 237, 0.8); */
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    margin-top: 50px;
}
.content h1 {
    font-size: 2rem;
    color: #8D8D8D;
    margin: 0;
}
.content h2 {
    font-size: 1.2rem;
    color: #b59147;
    margin: 5px 0 20px 0;
}
.social-icons a {
    text-decoration: none;
    color: #ffffff;
    background: #fdb813;
    border-radius: 8px;
    padding: 17px;
    display: block;
    margin: 10px 0;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appointment {
    background-color: white;
    color: #8D8D8D;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 1.2rem;
    border-radius: 20px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}

/* CUSTOM */
.shareon {
    font-size: 0 !important;
    margin-top: 0;
}
.shareon>* {
    background-color: #fdb813!important;
    border-radius: 10px!important;
}
.footer-buttons{
    /* margin-top: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.vcf-download {
    background-color: #fdb813 !important;
    padding: 9px;
    border-radius: 10px;
    color: #f7f7f7;
    text-decoration: none;
}