body {
    display: flex;
	flex-direction: column;
	align-items: center;
    
}

.post {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    max-width: 1000px;
    width: 100%;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
    text-align: center;
}

.post h1 {
    font-size: 60px;
}

.post h3 {
    font-size: 40px;
}

.post h4 {
    font-size: 30px;
}

.post p {
    
    font-size: 20px;
}