footer{
    background: var(--blue);
    color: white;
}

footer h1{
    font-size: 30px;
    margin: auto;
    padding: 20px 0;
}

footer section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
footer article{
    display: flex;
    flex-direction: column;
    width: 300px;
}

article img{
    width: 60px;
}

article a div{
    padding: 5px;
    color: white;
}

article a div:hover{
    font-weight: bold;
}


.rights{
    border-top: 1px solid white;
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
    font-size: 14px;
    color: rgb(229, 229, 229);
}
