footer {
    margin-top: auto;
    background: #64748B;
    color: white;
    padding-bottom: 15px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
}

a {
    color: white;
}

#follow-us {
    margin-right: 25px;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}

.icon {
    width: 25px;
    margin-right: 15px;
}