footer {
    margin-top: 34px;
    height: 60px;
    width: 100%;
    bottom: 0;
}

.footer-container {
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
    background-color: rgb(8, 33, 41);
    align-items: center;    


}

.footer-container img {
    width: 200px;
}
