body {
    background-image: url(images/background.jpg);
    text-align: center;
    margin-bottom: 50px;
}

.course-title {
    background-color: burlywood;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
    font-size: 30px;
    overflow: auto;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.course-desc {
    background-color: burlywood;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
    font-size: 18px;
    overflow: auto;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 150px;
}

.course-content {
    background-color: burlywood;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
    font-size: 18px;
    overflow: auto;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}