a:link {
    color: white;
    background-color: transparent;
}
a:visited {
    color: white;
    background-color: transparent;
}
body {
    background-color: black;
}
.books {
    background-color: black;
    color: white;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
}
.books .buy-now {
    font-family: monospace;
    font-size: 18px;
    padding-top: 0.33em;
}
.books .center {
    display: flex;
    justify-content: center;
    margin-top: 0.25em;
}
.book {
    max-width: 500px;
    max-height: 800px;
    inset: 0;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 5em;
    display: block;
    box-shadow: 0 0 10px 16px black inset;
    height: 100vh;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.links {
    background-color: black;
    color: white;
    font-family: "Lucida Console", "Courier New", monospace;
    white-space: nowrap;
    /* width: 100%; */
    font-size: 30px;
    user-select: none;
}
.links .header {
    font-size: 30px;
    padding-bottom: 0.33em;
}
.links .tiktok {
    padding-bottom: 0.33em;
    max-width: fit-content;
    cursor: pointer;
}
.links .instagram {
    padding-bottom: 0.33em;
    max-width: fit-content;
    cursor: pointer;
}
