/* ============================= */
/* FOOTER SECTION */
/* ============================= */
.footer-section {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: url(leo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;  
}

/* CONTENT */
.footer-section .contact-div {
    background: #958e6a61;
    font-size: 1rem;
    border-radius: 999px;
    text-align: center;
    line-height: 1.5rem;
    padding: 0.5rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    position: absolute;
    bottom: 120px;
}

    
