body {
    background-image: url(backgrounds/weirdgif.gif);
    font-family: Arial;
    margin: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

h4 {
    text-align: center;
    font-family: 'Outfit';
    font-size: 16pt;
}

s {
    color: red;
}

#buttonholder {
    margin: 0 auto;
    width: 250px;
}

.navbutton {
    background-image: url(universal/button1.png);
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    width: 120px;
    text-align: center;
    padding: 8px;
    margin: 10px auto;
    box-shadow: 3px 5px;
    border-radius: 3px;
    font-family: 'Poppins';
}

    .navbutton:hover {
        background-image: url(universal/button2.png);
    }

.container {
    display: flex;
    height: 100vh;
}

.sidebar {
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    width: 300px;
    padding: 5px;
    margin: 10px;
    margin-top: 20px;
    overflow-x: auto;
    border: white solid 1px;
    scrollbar-width: thin;
    flex-shrink: 0;
}

.accordian, #whatisthis {
    background-color: rgba(186, 208, 247, .9);
    color: black;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    text-align: left;
    border: 1px solid;
    outline: none;
    transition: 0.4s;
}

    .active, .accordian:hover {
        color: white;
    }

    #whatisthis:hover {
        background-color: rgba(9, 21, 43, .9);
        color: white;
    }

.panel {
    background-color: rgba(53, 59, 89, .9);
    display: none;
    overflow: hidden;
    margin: -1px;
    padding: 5px;
}

    .panel a {
        padding-left: 5px;
        width: 100%;
        color: white;
    }

#booklist {
    height: 100%;
    flex-grow: 1;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

#display {
    flex-grow: 2;
}

/* hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh landing page*/

#bumpdown {
    width: 95%;
    display: flex;
    margin: 100px auto;
}

#whatthis, #disclaimer {
    height: auto;
    width: 50%;
    margin: 20px 5px;
    border-radius: 5px;
    border: solid 1px black;
    padding: 10px;
    display: inline-block;
    color: white;
}

#whatthis {
    background-color: rgba(22, 26, 46, .9);
}

    #whatthis a {
        color: #62688a;
    }

#disclaimer {
    background-color: rgba(53, 59, 89, .9);
}


/*aUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUGJ postspage goes here*/

#tiername {
    font-family: 'Outfit';
    font-size: 26pt;
    width: 10px;
    color: white;
    flex-shrink: 0;
    position: fixed;
    right: 35px;
    top: 20px;
    text-align: justify;
}

.bookpost, .posttitle, .tws {
    box-sizing: border-box;
    border-radius: 5px;
}

.bookpost {
    background-color: rgba(139, 178, 247, .9);
    color: black;
    min-height: 520px;
    width: 85%;
    padding: 10px;
    margin: 10px auto;
    border: white solid 1px;
    font-size: .9em;
}

.bookpost a{
    color: rgb(201, 83, 83);
    text-decoration: underline;
}

.posttitle {
    background-color: rgba(53, 59, 89, 1);
    color: white;
    width: 100%;
    font-size: 16pt;
    font-family: 'Outfit';
    padding: 4px;
}

.tws {
    background-color: rgb(201, 83, 83);
    width: 100%;
    padding: 4px;
    font-family: 'Poppins';
    font-size: 11pt;
}

.postinfo {
    float: left;
    text-align: center;
    margin: 5px;
    height: auto;
}

.bookcover{
    height: 250px;
}

.posttable {
    margin: 5px;
    width: 300px;
}


table, th, td {
    border: 1px solid white;
    font-weight: normal;
}

table {
    margin: 0 auto;
}

th {
    padding: 5px;
    font-weight: bold;
}

td{
    padding: 5px;
}
