body{
    background:rgb(245, 227, 227);
   
}

.contentBox{
    height: 5em;
    max-width: 110em;;
    margin: auto;
    background: rgba(30, 143, 255, 0);
}

.actionBarUl{
    list-style: none;;
}

.actionBarUl li{
    line-height: 35px;
    /* border-bottom: 1px solid rgb(202, 202, 202); */
}

.project_list{
    list-style: none;
}
.project_list li{
    line-height: 30px;
    font-weight: 600;
}

.main_container_grid{
    height: 88vh;
}