.box-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.footer {
    box-sizing: unset;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    height: 85px;
    background-color: lightgray;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.footer > img {
    height: 100px;
    margin: auto;
    width: auto;
}

.social-media-icons {
    display: flex;
}

.social-media-column {
    flex-direction: column;
    justify-content: center;
    text-align: center;

}

.fa {
    padding: 15px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    background: gray;
    color: white;
}

.fa:hover {
    opacity: 0.7;
}