
bady{margin: 0%;
    font-family: 'EB Garamond', serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;  
}
header{
    height: 80px;
    width: 100%;
    background-color: lightseagreen;
}
main{
    background-color: lightgrey;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
   
}
.container{
    /* display: inline; */
    border-radius: 5px;
    margin:0 auto auto;
    background-color:#f2fafa;
    padding: 30px;
    width:70%;
}

/* top players style............... */

.section-title{
    margin-top: 0px;
    color: #000;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;    
}
.players{
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.player{
    display: flex;
    font-family: 'Poppins', sans-serif;  
    padding-: 10px;
    font-size: 12px;
}
.player img{
    width: 56px;
    height: 56px;
    padding-right: 10px;
}
/* top blogs */
/* top blogs */
.blogs{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.blog{
    display: flex;
}
.blog img{
    height: 117px;
    width: 177px;
}
.blog-info{
    margin-left:17px;
    font-family:'Poppins', sans-serif;  ;
}
.blog-info a{
    color:rgb(57, 57, 189);
    text-decoration: none;
    font-size: 14px;
}
.blog-author{
    color: gray;
}

/* .................. */
 /* container-two */
/* ............... */
.container-two{
    margin:25px auto 25px;
    background-color:#f2fafa;
    padding: 30px;
    border-radius: 5px;
    width:70%;
}

.course img{
    width: 177px;
    height: 117px;
}
.courses{
    display: flex;
}
.course{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 1.3rem;
}
.course-content a{
    text-decoration: none;
    color: #5959e9;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.stars{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
}
.stars .fa-star{
       color: gold;
       font-size: 10px;
}
.stars .fa-clock{
        color: #e70909;
        font-size: 12px;
        background-color: #ff440065 ;
        padding: 5px;
        border-radius: 10px;
}
.stars #star-gap {  
    font-weight: bold;
}
.fa-star:last-child{
    color: gray;
}


