.footer {
    flex-shrink: 0;
    position: static;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: white;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    font-size: 12px;
    width: 100%;
}

.footer a {
    color: black;
    margin-right: 15px;
    text-decoration: none;
}

.footer a:hover {
    color: var(--pink)
}

.footer img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}