.container {
    display: -ms-inline-flexbox;
    flex-direction: column;
    padding: 40px;
    max-width: 100%;
    min-height: 100vh;
    border-right: 1px solid color-mix(in srgb,var(--accent) 10%,transparent);
    clear: inline-start;
    &__image {
        width: 250px;
        float: right;
        margin-right: 2%;
    }
    &__text{
        display: inline;
    }
}

.open .menu__dropdown {
    display: flex;
    align-items: baseline;
    min-width: 125px;
}

body {
    text-align: right;
}

img {
    clear: both;
    display: block;
    max-width: 50%;
    max-height: 50%;
    border: 8px solid var(--accent);
    border-radius: var(--radius);
    padding: 8px;
    overflow: hidden;
    flex-direction: row;
    justify-content: space-between;
    float: none;
}


.post{
    width: 100%;
    text-align: justify;
    padding: 30px 0;
}