.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 95px;
    padding: 20px;
    background-color: #09d52f;
    color: #fff;
    border-radius: 10px;
    font-size: 1em;
}

.footer a {
    text-decoration: none;
    color: #cfe8d4;
}
footer img{
    width: 55px;
    height: 55px;
}

