.header{
    background-color: cadetblue;
}

.header-contacts{
    background-color: #093248;
    
    color: #FFFF;
    text-align: center;
}

.header .content{
    color: #FFF;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.stats .card-body{
    background-color: steelblue;
    color: #FFF;
}

.stats .card-body .span-content{
    text-align: center;
}

.learning-channels{
    display: block; 
}
