.icon {
    position: absolute;
    height: 2rem;
    width: 2rem;
    margin: 0px 5px;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: baseline;
}

.logo {
    height: 5.5rem;
    width: 5.5rem;
    margin: 0px 40px;
    bottom: 0;
    
}