* body{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
body{
}
#courses2{
    transform: translateY(-20px);
}
.Courses-Head{
    font-family: Lora;
    font-size: 38px;
    text-align: center;
}
.c-box-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.c-box{
    background-color:#79a1fd ;
    border: 2px black solid;
    width: 350px;
    height: 300px;
    margin: 2% ;
    padding: 0% 1%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 880px ){

footer{
    height:750px;
}
}