/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

#books{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    position: relative;
    top: 125px;
	margin-bottom: 200px;
}
#notes{
    position: relative;
    top: 75px;
}
#reference-line{
    width: 40%;
    margin-left: 0px;
}
.reference{
    color: #222222;
    text-decoration: none;
}
.reference:hover{
    color: #222222;
    text-decoration: underline;
}
.reference:visited{
    color: #222222;
}
@media(max-width: 1200px){
    #books{
        width: 80%;
    }
}