/* footer start */
.footer-container{
    height: 50px;
    width: 100%;
    background-color: #e8e6e6;
    display: flex;
    align-items: center;
    padding-left: 50px;
    /* position: absolute; */
    bottom: 0;
    left: 0;
}

.footer{
    color: #333;
    font-size: 1rem;
    font-weight: bold;
}