.footer-container{
    width:100%;
    height:40vh;
    background-color: #8EACCD;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:25px;
}