/* style-sheet CSS describing the contents styles

usage:
    add
        <link href="styles/style.css" rel="stylesheet" type="text/css">
    into the head tag
 */

/* hover over images will make border appear */
.main .content img:hover {
    color: black;
    border: 1px solid black;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
}

#github {
    font-size: 32px;
    color: rgb(0, 0, 0);
    float: right;
}
