.arrow {
    font-size: 24px;
    font-weight: bolder;
    position: absolute;
    bottom: -58%;
    left: -15%;
    width: 30%;
    margin-left: 50%;
}

button {
    height: 40px;
    border-radius: 50%;
    border-style: solid;
    border-color: #000000;
    background-color: #83c7d5;
    position: absolute;
    width: 40px;
    top: -20px;
    margin-top: 225px;
}

.book {
    width: 100%;
    background-color: #373737;
    height: 450px;
    margin-top: 50vh;
    position: absolute;
    top: -190px;
    box-shadow: 0px 0px 4px #ffffff;
    overflow: hidden;
    min-width: 505px;
}

.book-page {
    width: 350px;
    height: 100%;
    margin-left: 50%;
    left: -175px;
    position: absolute;
    box-shadow: 0px 0px 6px #636363;
    padding-left: 25px;
}

.button-right {
    right: 2%;
    z-index: 500;
}

.button-left {
    left: 2%;
    z-index: 500;
}

.one {
    background-image: url('https://images.unsplash.com/photo-1611330500121-d9439ddc3d9d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwyMDkyMnwwfDF8c2VhcmNofDF8fGZpbmdlcnByaW50fGVufDB8fHx8MTYzMDEwNzAzMw&ixlib=rb-1.2.1&q=80&w=1080');
    background-size: cover;
}

.two {
    background-color: #e0ddd4;
}

p {
    font-family: arial;
}