body {
    background: url(../img/bkg-book1.jpg) no-repeat center center fixed;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
 }

div.site-header {
    font-family: 'Courgette', cursive;
    font-size: 50px;
    text-align: center;
    color: #eddeaa;
}

div.profile {
    margin-top: 40px;
    transform: rotate(15deg);
    margin-bottom: 40px;
    box-shadow: 8px 8px 10px #eddeaa;
    border: 5px solid #625c4f;
}

h6.review-headline {
    color: #000;
    margin-top: 10px;
    font-weight: bold;
}

img.profile {
    width: 100%;
    height: auto;   
}

img.book {
    width: 100%;
    height: auto;  
}

.amz-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: auto;
    margin-top: 20px;
}

.card-header.ext {
    font-family: 'Acme', sans-serif;
}

.card-title.ext {
    font-family: 'Alegreya SC', serif;
}

.buy-now {
    font-family: 'Alegreya SC', serif;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
}

div.copyright {
    padding: 5px;
    /* font-size: small; */
    text-align: center;
    color: #eddeaa;
    font-family: 'Acme', sans-serif;
}

hr.card {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.amz {
    text-align: center;
}

button.amz {
    font-size: 50px;
    border-radius: 10px;
    width: 40%;
    height: auto;
}

 /* img.amz-logo:hover {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: auto;
    margin-top: 20px;
    background-image: url(../img/amazon-logo_black.png);
} */