body {
    background-color: #17162c;
    color: white;
}

a {
    color: black;
    text-decoration: none;
}

#titleButton {
    font-weight: bold;
    font-size: 32px;
}

#siteHead {
    display: flex;
    justify-content: center;
}

.btn {
    background-color: #7c78bf;
    color: black;
}

.page-link {
    background-color: #7c78bf;
    color: black;
}

.accordion {
    --bs-accordion-btn-padding-y: 0.5rem;
}

.accordion-button {
    background-color: #7c78bf;
    color: black;
}

.accordion-collapse {
    background-color: #7c78bf;
    color: black;
}

.accordian-item {
    background-color: #7c78bf;
    color: black;
}

.img-thumbnail {
    border-width: 0px;
    background-color: #7c78bf;
}

.navBar {
    background-color: #7c78bf;
    color: white;
    text-align: center;
    list-style-position: inside;
     
}

.card {
    background-color:  #7c78bf;
    color: black;
}

.cardBody {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}


.mainBody {
    color: white;
    display: flex;
    padding: 1rem;
}

.listContent {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.listContent li {
    list-style-type: none;
}

#content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.gameCard {
    max-width: 14rem;
    margin-right: 1rem;
    margin-top: 2rem;
}

.gameRating {
    padding-right: 10px;
    text-align: end;
}

.gameImage {
    width: 20rem;
    height: 10rem;
    object-fit: contain;
}

.gameName {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    white-space: nowrap;
}

#pageNaviagtion {
    padding-top: 1rem;
    display: flex;
    justify-content: center;
}

#pageDisplay {
    display: flex;
    justify-content: center;
}

.searchFilter {
    display: flex;
    flex-direction: column;
}
.specificFilters {
    max-height: 4rem;
    margin-bottom: 0.5rem;
}
#filterBar {
    width: 13rem;
}

.tagText {
    display: flex;
    align-content: baseline;
    flex-wrap: wrap;
    height: 7rem;
    overflow: auto;
}
.tagText li {
    background-color: #3f3d6b;

    color: white;
    padding: 2px;
    margin: 4px;
}

#titleSearchBox {
    line-height: 32px;
}

@media (max-width: 780px)
{
    .gameCard {
        max-width: 100%;

    }
    #filterBar {
        display: none;
    }
}