    h1 {
        font-family: "Lexend", sans-serif;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 30px;
        width: 50%;
        align-content: center;
        text-align: center;
        line-height: 30px;
        color: rgb(240, 240, 240);
        margin-left: 25%;
        margin-right: 25%;
    }

    p {
        font-family: "Lexend", sans-serif;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 20px;
    }

    .book-container {
        margin-top: 40px;
        align-content: center;
        width: 95%;
        margin-left: 1%;
        margin-right: 1%;
        text-align: center;
    }
    .book {
        background-color: rgb(30, 30, 30);
        display: inline-block;
        border-radius: 10px;
        padding-bottom: 20px;
        margin-left: .5%;
        margin-right: .5%;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 90%;
        vertical-align: top;
        min-height: 80px;
    }
    .book-name {
        font-size: 25px;
        font-weight: bold;
        width: 100%;
        line-height: 24px;
        margin-bottom: 10px;
        color: rgb(190, 190, 190);
        text-decoration: none;
        text-align: left;
        margin-left: 4%;
        margin-top: 20px;
    }
    .book-description {
        font-family: "Lexend", sans-serif;
        font-size: 18px;
        width: 90%;
        line-height: 24px;
        color: rgb(150, 150, 150);
        margin-bottom: 20px;
        text-align: left;
        margin-left: 4%;
        
    }
    .mainmatter {
        font-size: 20px;
        width: 50%;
        align-content: center;
        text-align: center;
        line-height: 30px;
        color: rgb(240, 240, 240);
        margin-left: 25%;
        margin-right: 25%;
    }
    .mainbody{
        background-color: rgb(50, 50, 50);
    }