footer {
    background: #f0f0f0;
    padding: 50px 0px 0px;
}

.footer-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links ul li a {
    transition: 0.5s;
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

.footer-links ul li a:hover {
    color: #00b4ff;
}

.Social-links ul {
    list-style: none;
    display: flex;
    padding: 0px;
}

.Social-links ul a {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
    transition: 0.5s;
}

.Social-links ul a:hover {
    background: #000;
    color: #fff;
}
.copyright {
    background: #000;
    color: #fff;
    padding: 7px 0px;
    font-size: 14px;
}
.footer-links h3, .Social-links h3{
    font-size: 17px;
}