* {
    box-sizing: border-box;
}

img {
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0%;
    background-color: #FFFFFF;
}

/* Scrollbar */
::-webkit-scrollbar {
    display: none;
}

::selection {
    color: #FFFFFF;
    background-color: #000000;
}

/* Book */
section.book {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

/* Enter Book */
.link {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.link a {
    position: absolute;
    bottom: 2rem;
    font-family: Helvetica, sans-serif;
    font-size: 2rem;
    color: #000000;
    text-decoration: underline;
}

/* Text */
.text-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.text {
    max-width: 700px;
    font-family: Helvetica, sans-serif;
    font-size: 2.5rem;
    color: #000000;
}

.text a{
    text-decoration: underline;
    color: #000000;
}
