*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
body{
    background-color: rgba(226, 226, 226, 0.842);
}
#course3{
    transform: translateY(-20px);
}
.course-head{
    font-family: Lora;
    font-size: 38px;
    text-align: center;
    margin-bottom: 2%;
}
.c3-box-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.c-box{
    display: flex;
    border: 2px solid black;
    width: 500px;
    height: 250px;
    background-color: #ff5555;
    margin: 1% 2%;
    text-align: center;
    align-items: center;
    padding: 0% 2%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 880px ){

footer{
    height:750px;
}
}