:root {
    --footer-text-color: #fff;
    --footer-border-color: #272727;
}
    
       
.footer {
    color: var(--footer-text-color);
    border-top: 2px solid var(--footer-border-color);
    margin-bottom: 20px;
}

.footer-content {
    display: flex;
    padding-top: 30px;
    align-items: start; 
    justify-content: center;
}

.social-links {
    gap: 20px;
    display: flex;
}

.footer-bottom {
    font-size: 12px;
    text-align: center;
}