body {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin: 0;
    background-color: #000;
    color: #fff;
}

#header {
    top: 0;
    width: 100%;
}

h1 {
    font-size: 43px;
    padding: 28px;
    margin: auto;
    font-weight: 800;
    width: 65%;
}

h1 span {
    font-size: 25px;
    font-weight: 500;
}

#books-top {
    background-color: #474b49;
}

.books-image {
    max-width: 60%;
    position: relative;
    margin: auto;
    padding-top: 4%;
    padding-bottom: 4%;
}

.books-image img {
    width: 40%;
}

.button {
    position: absolute;
    top: 39%;
    right: 10%;
    max-width: 25%;
}

.button img {
    width: 100%;
}

#faces {
    position: relative;
}

#faces img {
    width: 100%;
}

#faces p {
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
}

#faces .text-bottom p {
    color: #f1b715;
}

#faces .text-top {
    position: absolute;
    top: 15%;
    right: 14%;
}

#faces .text-bottom {
    position: absolute;
    bottom: 16%;
    left: 17%;
}

#about-book {
    background-color: #474b49;
    padding-bottom: 30px;
}

#about-book article {
    width: 65%;
    margin: auto;
}

#about-book p {
    font-size: 24px;
    padding-top: 45px;
    width: 100%;
    line-height: 1.5;
}

#about-book p span {
    font-weight: 800;
}

#blurbs {
    background-color: #858585;
    padding-top: 50px;
}

#blurbs p {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    width: 65%;
    margin: auto;
}

#blurbs footer {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 35px;
}

#footer {
    background-color: #1b1b1b;
}

#footer p {
    font-size: 25px;
    padding: 25px;
}

h3 {
    font-size: 30px;
    color: #d20000;
    width: 65%;
    margin: auto;
    font-weight: 700;
}

#footer .footer-main {
    border-top: solid 2px;
    border-color: #666;
    margin: auto;
    padding: 0;
    width: 70%;
}

#footer .footer-main .row {
    margin-top: 20px;
    margin-bottom: 25px;
}

#footer .footer-main .footer-left {
    font-size: 12px;
    text-align: left;
}

#footer .footer-main .footer-left a {
    color: #666;
}

#footer .footer-main .footer-right .logo {
    text-align: right;
}