.footer {
    width: 100%;
    background-color: black;
    color: white;
    padding: 30px 60px;
    position: fixed;
    left: 0;
    bottom: 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap; 
    padding: 35px;
}


.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}