.root {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.post__container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}