.table {
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
}

.post-container {
    margin: 20px 20px 0 0;  
    overflow: auto
}

.pfp {
    float: left;
    width: 230px;
    height: 230px;
}

.pfp img {
    display: block;
    width: 230px;
    height: 230px;
}

.post-content {
    margin-top: 20px;
    margin-left: 250px;
}

.post-title {
    font-weight: bold;
}

@media (min-width: 1200px) {
    .container {
        max-width: 970px;
    }
}

tt {
    font-size: 15px;
}

.hehe {
    color: #e6e6e6;
}
