.box-footer
{
    margin: 0;
    pointer-events: stroke;
    width: 100vw;
    background-color: #c6c6c6;
    padding-right: 8px;
    text-align: right;
    display: block;
    position: relative;
    height: 35px;
    bottom: 0;
    left: 0;
}

.box-footer img
{
    position: relative;
    width: 50px;
    margin-right: 10px;
}

.box-footer p
{
    position: relative;
    font-size: 10px;
    margin-right: 10px;
}


