.front-page {
    background-color: #595b4a;
    border: none;
    z-index: 12;
}

.front-page h1 {
    font-family: "Playfair Display", serif;
    color: #e9c46b;
    font-size: 4.2em;
    margin: 8% 0 0 10%;
}

.front-page__birds {
    position: absolute;
    right: 4%;
    bottom: 8%;
    width: 25%;
}

.front-page h2 {
    font-family: "Space Mono", serif;
    color: #e9c46b;
    margin-left: 10%;
    font-weight: 400;
}

.front-page .book-marker {
    position: absolute;
    width: 26px;
    height: 100%;
    background-color: #131313;
    top: 0;
    right: 10%;
}

.page-navigation {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-navigation img {
    width: 20px;
}

.page-navigation div:last-child img {
    transform: rotate(180deg);
}

.page-navigation div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
}