.footer{
    font-size: 1.2rem;
    width: 1024px;
    margin: 0 auto;
}
.footer-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
.footer-link.footer-link{
    margin: 0.2rem 1rem;
    text-decoration: underline;
}
.footer-copyright{
    text-align: center;
    margin-top: 2rem;
}
@media screen and (max-width: 1000px){
.footer{
    width: 100%;
}
}
@media screen and (max-width: 767px){
.footer{
    font-size: 1rem;
    background: -webkit-gradient(linear, center top, center bottom, from(#77CCBB), to(#449988));
}
.footer-link.footer-link{
    color: #fff;
}
.footer-copyright{
    color: #fff;
}
}
