.footer {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    margin-top: 2rem;
}  

.developer-info {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    color: #6c757d;
    text-align: right;
}

.developer-info p {
    color: #6c757d; 
}

.social-links {
    display: flex;
    justify-content: center;

    margin-bottom: 1rem;
}

.social-links a {
    color: inherit;
    font-size: 1.2rem;
}