.footerbox{
    height: 70px;
    width: 100%;
    background-color: #000;
    text-align: center;
    line-height: 70px;
}

.footerbox span{
    
    color: #fff;
    font-size: 14px;
    /* font-weight: bold; */
}

.footerbox img{
    margin-right: 5px;
    width: 20px;
    height: 20px;
}