.post-header {
    height: 30px;
    max-height: 30px;
    font-size: 20px;
}

.post-time-eth {
    display: block;
    float: right;
    margin-right: 50px;
    margin-top: 10px;
}

.post-body {
    display: block;
    margin-top: 30px;
    margin-left: 40px;
    font-size: 14px;
    outline-style: solid;
    outline-color: rgb(32, 32, 32);
    outline-offset: 5px;
    width: max-content;
    max-width: 90%;
}