.left-box{
    position: absolute;
    display: list-item;
    float: left;
    left: 20px;
    top: 0;
    width: 15vw;
    height: 100%;    

    /* options */
    justify-content: center; 
    text-align:center;
    align-items: center;
}

.ul-row {
    position: relative;
    display: flex;
    float: left;
    left: 0;    
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.ul-row li{  
    display: inline;      
    margin: 10px 5px;    
}
.ul-row li .icons{
    height: 50px;
    width: 50px;
}
