.footer {
    background: #1a1a1a;
    padding: 30px 20px;
    text-align: center;
}
.footer-logo {
    font-size: 26px;
    font-weight: bold;
    color: #ff6600;
}
.footer-description {
    margin: 10px 0;
    color: #ccc;
    font-size: 14px;
}
.social-icons {
    margin: 15px 0;
}
.social-icons a {
    margin: 0 10px;
    display: inline-block;
}
.social-icons img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.footer-links {
    margin-top: 15px;
}
.footer-links a {
    margin: 0 15px;
    text-decoration: none;
    color: #ff6600;
    font-size: 14px;
    transition: color 0.3s;
}
.footer-links a:hover {
    color: #ffffff;
}
.developer {
    margin-top: 20px;
    font-size: 14px;
    color: #bbb;
}
.developer img {
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 10px;
    margin-inline: auto;
    border: 2px solid #ff6600;
}
.copyright {
    margin-top: 15px;
    font-size: 12px;
    color: #777;
}