.jacquard-12-regular {
    font-family: "Jacquard 12", system-ui;
    font-weight: 400;
    font-style: normal;
}

.new-rocker-regular {
    font-family: "New Rocker", system-ui;
    font-weight: 400;
    font-style: normal;
}

h2 {
    text-align: center;
    text-shadow:
        1px 1px 2px #ffcdcd,
        0 0 25px #dcff8d,
        0 0 5px #000000;
}

p {
    text-align: center;
}

ul {
    text-align: left;
}

body {
    cursor: url(cursors/star.png), auto;
    background-image: url("https://neocitiesimagesst.carrd.co/assets/images/image28.png?v=c8e3a1dd"); /* Sets an image as the background for the entire page */
    background-repeat: repeat; /* Prevents the image from repeating */
    background-size: 250px; /* Ensures the image covers the entire background */
    background-attachment: scroll;
    height: 1000px;
    margin: 50px;
    width: fit-content;
}


.container {
    cursor: url(cursors/star.png), auto;
    width: fit-content;
    height: auto;
    margin: 50px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 250px auto;
    background-image: url("https://neocitiesimagesst.carrd.co/assets/images/image27.jpg?v=52c05e4c");
    background-repeat: repeat;
    padding: 20px;
}
.header {
    border: #0b011f 2px dashed;
    border-radius: 10px;
    font-family: "Jacquard 12";
    grid-row: 1/2;
    grid-column: 2/3;
    background-color: #9aad7b;
    color: #034206;
    text-shadow:
        1px 1px 2px #ffcdcd,
        0 0 25px #dcff8d,
        0 0 5px #000000;
    font-size: 50px;
    text-align: center;
    background-image: url(https://neocitiesimagesst.carrd.co/assets/images/image30.png?v=6f6deb86),
        url(https://neocitiesimagesst.carrd.co/assets/images/image31.gif?v=6f6deb86),
        url(https://neocitiesimagesst.carrd.co/assets/images/image31.gif?v=6f6deb86),url(https://neocitiesimagesst.carrd.co/assets/images/image31.gif?v=6f6deb86),
        url(https://neocitiesimagesst.carrd.co/assets/images/image31.gif?v=6f6deb86);
    background-position:
        left,
        right;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: 200px;
    margin-left: 130px;
    padding: 20px;
}
.books1 {
    grid-row: 2/3;
    grid-column: 1/2;
    background-image: url(https://neocitiesimagesst.carrd.co/assets/images/image32.jpg?v=753c8bb9);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position:left;
    padding: 190px;
}

.current {
    border: #0b011f 2px dashed;
    border-radius: 10px;
    font-family: "New Rocker";
    font-size: 23px;
    grid-row: 2/3;
    grid-column: 2/3;
    height: max-content;
    background-color: #9aad7b;
    color: #034206;
    text-align-last: center;
    padding: 25px;
    width: auto;
    margin: 20px;
    background-origin: content-box;
    background-position: center;
    margin-left: 150px;
}

.books2 {
    grid-row: 2/3;
    grid-column: 3/4;
    background-image: url(https://neocitiesimagesst.carrd.co/assets/images/image33.jpg?v=753c8bb9);
    background-size: 400px;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position:left;
    padding: px;
}

.main {
    border: #0b011f 2px dashed;
    border-radius: 10px;
    font-family: "New Rocker";
    font-size: 20.4px;
    grid-row: 3/4;
    grid-column: 1/4;
    height: max-content;
    background-color: #9aad7b;
    color: #034206;
    text-align-last: center;
    padding: 25px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}