body {
    background-color: black;
    font-family: "Lucida Console", "Courier New", monospace;
    color: white;
}
.Homebutton {
    IMG {
        width: 100px;
        height: auto;
        position: absolute;
        transform: translate(-25px, -25px);
    }
}
.wrapper {
    width: 800px;
    height: 1000px;
    border: 1px solid white;
    margin: auto;
}
.title {
    width: 800px;
    height: 100px;
    border: 1px solid white;
    text-align: center;
}
.title2 {
    width: 400px;
    height: 25px;
    border: 1px solid white;
    float: left;
    text-align: center;
}
.title3 {
    width: 396px;
    height: 25px;
    border: 1px solid white;
    float: right;
    text-align: center;
}
.currentlyreading {
    width: 400px;
    height: 200px;
    border: 1px solid white;
    overflow-x: wrap;
    overflow-y: scroll;
    float: left;
}
.readinglist {
    width: 396px;
    height: 200px;
    border: 1px solid white;
    overflow-x: wrap;
    overflow-y: scroll;
    float: right;
}
.title4 {
    width: 800px;
    height: 25px;
    border: 1px solid white;
    text-align: center;
    float: right;
}
.book-notes {
    width: 800px;
    height: 640px;
    border: 1px solid white;
    text-align: center;
    float: right;
    color: white;
}
