footer{
    width: 100%;
    height: 15vh;
    background-color: #c1491a;
    color: white;
    font-weight: 500;
    font-size: .8em;
    display: flex;
    justify-content: space-evenly;
}

footer .contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact ul{
    list-style-type: none;
}