.image-wrapper {
    display: flex;
    width: 100%;
}

.book-image {
    margin: 0 auto;
    width: 50%;
    padding: 5em 0 5em 0;
}

.deer-image {
    width: 50%;
    position: absolute;
    left: -15%;
    top: 35%;
    z-index: -1;
}

p {
    font-size: 1.2em;
    font-family: sans-serif;
    padding: 0 1.5em 0 1.5em;
    line-height: 1.25em;
    text-align: center;
}

span {
    font-weight: bold;
}

a {
    color: #0CB696;
}
