/* LEE Ka Sin 1155144294  */

body {
    font-family: 'Sura', serif;
}

.top {
    width: 100%;
    position: relative;
}

.top-imge {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.top-heading {
    position: absolute;
    width: 100%;
    bottom: 200px;
    left: 0;
    font-family: 'Titan One', cursive;
    color: white;
}

.nav-bg {
    width: 100%;
    background-color: #CBDFE6;
}

.about-bg {
    background-color: #9ED4E0;
}

.course-bg {
    position: relative;
    background-color: #F2FAFC;
}

.feature-bg {
    background-color: #E8F4F6;
}

.comment-bg {
    background-color: #B5D2D8;
}