footer
{
    background-color: #005f69;
}

.footer-container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-info
{   
    margin: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 2;
    letter-spacing: 1.5px;
}

.contact-info li
{
    list-style: none;
    margin: 10px;
    color: white;
}

.contact-info a 
{
    text-decoration: none;
    color: white;
}

.contact-info i 
{
    margin-right: 5px;
    color: white;
}

.footer-container img
{
    height: 50px;
    margin-bottom: 30px;
}