.main{
    display: flex;
}

.contents{
    width: 80%;
    max-width: 80%;
}

.post{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 25px;
}

.post .title{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.feed{
    margin-left: 60px;
    width: 20%;
    max-width: 20%;
}