.ad{
    user-select: none;
    max-width: 722px;
    max-height: 130px;
    min-width: 722px;
    min-height: 130px;
}

.post{
    background-image: url(/src/img/post_background.png);
    width: 720px;
    height: 96px;
    min-width: 720px;
    min-height: 96px;

    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.post_text{
    font-size: 9px;
}

.post_text.p{
    margin: 0;
}

.date{
    letter-spacing: 0.01125em;
    font-weight: bold;
}

.post_br {
    display: block;
    width: 720px;
    height: 4px;
    margin-top: auto;
    user-select: none;
}