.courses {
    color: green;
    font-family: fantasy;
}
body {
    background-color: red;
    background-image: url("Rick.png");
    background-size: 400px 400px;
}
.media {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

div{
    border: 4px black dashed;
    margin-left: 10%;
    margin-right: 10%;
}

div img, p, ul, ol{
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   color: cyan;
}

.subheader {
    display: inline;
    border: 4px white solid;
}
li {
    list-style-position: inside;
}

.header {
    text-align: center;
    clear: left;
    margin: 0;

}

#return {
    float: left;
}

ol {
    color: white;
}

#me {
    border: 1px black dashed;
}

#courses {
    border: 3px solid blue;
    padding-right: 50px;
}

#Projects {
    border-style: groove;
}

#mediaList{
    border-style: dotted;
}

#interesting {
    border-style:double;
}