body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
.container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
header {
    background: #333;
    color: #fff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #0779e4 3px solid;
}
header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
header ul {
    padding: 0;
    list-style: none;
}
header li {
    float: left;
    display: inline;
    padding: 0 20px 0 20px;
}
.showcase {
    min-height: 400px;
    background: url('books-background.jpg') no-repeat center center/cover;
    text-align: center;
    color: #111111;
}
.showcase h1 {
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
}
.showcase p {
    font-size: 20px;
}
.content {
    padding: 20px;
}
.content img {
    max-width: 100%;
}
section {
    padding: 20px 0;
}
.book {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.book h3 {
    margin-top: 0;
}
.book img {
    float: left;
    margin-right: 20px;
    max-width: 150px;
}
.book a {
    display: block;
    margin-top: 10px;
    color: #0779e4;
    text-decoration: none;
}
.book a:hover {
    text-decoration: underline;
}
footer {
    text-align: center;
    padding: 20px 0;
    background: #333;
    color: #fff;
}
