/* FOOTER */

.footer{
    color: white;
    font-size: 18px;
    font-weight: 300;
    padding: 50px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}