p {
    margin-right: 5%;
    margin-left: 5%;
}
p.course {

    margin-bottom: 20px;
    font-size:20px;
    font-weight: bold;

}

p.day{

    margin-left: 0px;
    text-align:center;
    font-weight: bold;
    font-size:24px;
    margin-bottom: 0px;
    margin-top: 60px;
    /*background:#3895C0;*/
    /*background: #BCCDDB;*/
    background: #093D56;
    border-radius: 15px;
    border:2px solid;
    padding:20px 20px;
    color: white;
    border-color:#C2D6E0;
}
}
p.tutor-time{
    font-size:18px;
}
p.course-detail{
     font-size:16px;
     line-height: 180%;
     text-indent: 50px;
     text-align: justify;
}
li{
    margin-left: 40px;
    font-size: 14px;
    list-style: none;

}
div.course-container{
    margin-bottom: 1px;
    margin-right: 40px;
    padding: 4px 4px 25px 4px;
    background-color: white;
    border-radius: 10px;
    align-content: center;
    vertical-align: middle

}