body {
    background-color: #af2873;
}


.posts {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
}


.posts .bluesky-embed {
    width: 100%;
    height: 100%;
    /* background-color: red; */
}