.posts-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-evenly;
    text-align: center;
}


.adItem {
    flex-basis: 100%;
}
.postTitle {
    color: #ffffff;
}

.postText {
    color: #ffffff;
}

.buttonText {
    color: #ffe02a;
}
.MuiCardMedia-root {
    width: 100%;
    height: auto;
    background-size: contain;
}
.MuiCardActionArea-root {
    height: 90%;
}
.MuiCardActions-root {
    display: flex;
    padding: 15px;
    align-items: center;
}
.MuiButtonGroup-root {
    margin-left: 8px;
    margin-bottom: 20px;
}
.MuiTypography-h5 {
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 1.3;
    font-family: "Libre Franklin", sans-serif;
}
.MuiButton-root {
    font-weight: bold;
}
.MuiTypography-body2 {
    font-size: 16px;
}
