body {
    background: #f4f4f4;
}

.post {
    background-color: #ffffff;
    padding: 60px 45px 45px;
}

.post h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.post .info {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}

.post time {
    color: #18181e;
    font-size: 12px;
    font-weight: 700;
}

.post .content {
    color: #333333;
    font-size: 14px;
}

.post .content img {
    max-width: 100%;
}