#background {
    position: absolute;
    size: cover;
}

#bookcover {
    position: absolute;
    top: 100px;
    left: 300;
    width 250px;
}

#booksummary {
    margin-left: 250px;
}

h1 {
    font-size: 40;
    color: #3a7e2d;
}

h2 {
    font-size: 30;
    color: #3a7e2d;
}

h3 {
    font-size: 20;
    color: #3a7e2d;
}

body {
    background-color:#e0f8c2;
    max-width: 700px;
    margin: auto;

    p {
        font-size: 18px;
        color: #6d2611;
        line-height: 1.5;
    }
}
