body {
    font-family: "Lora", "Noto Serif SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.side-container {
    font-family: "Montserrat", "Roboto", "Source Sans Pro", "Helvetica", "Lora", "Noto Serif SC", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
}

.stream-container .post .post-body-wrapper .post-body img, .stream-container .post-list-container .post-item-wrapper .post-body-wrapper .post-body img {
    border-radius: 5px;
    overflow: hidden;
    display: block;
    max-width: 70%;
    max-height: 430px;
    margin-left: auto;
    margin-right: auto;
}

img.logo {
    width: 100%;
    max-width: 275px;
    border-radius: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.stream-container .post-list-container .post-item-wrapper .post-body-wrapper {
    max-height: 175px;
    overflow: hidden;
    padding: 41px 0 35px;
    position: relative;
}

.stream-container .post-list-container .post-item-wrapper .post-body-wrapper .post-body-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 30px 0;

    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.stream-container .post-list-container .post-item-wrapper .post-item .post-item-image-wrapper .post-item-image, .stream-container .post-list-container > * .post-item-wrapper .post-item .post-item-image-wrapper .post-item-image {
    width: 230px;
    height: 230px;
    background: no-repeat center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
}

