#post-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
article {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
#post-content-header{
    display: flex;
    gap: 10px;
    align-items: center;
}
#post-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}