footer {
    width: 100%;
    height: 100px;
    background-color: rgb(10, 10, 10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
}

.footer-left {
    margin: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-left img {
    height: 35px;
}

.footer-right {
    margin: 10px;
    display: flex;
    gap: 12px;
}

.footer-right img {
    height: 56px;
}

.footer-right img:hover {
    cursor: pointer;
}