img{
    max-width: 100% !important;
}
.btn-home {
    position: fixed;
    top: 0%;
    left: 64%;
    scale: 120%;
    width: 9em;
    height: 2em;
    transform: translate(2.45em,1em);
    border-color: #ffe7be;
    background: white;
    color: #554500;
    font-weight: bolder;
    z-index: 999;
}
.btn-main {
    position: fixed;
    top: 0%;
    left: 30%;
    scale: 120%;
    width: 9em;
    height: 2em;
    transform: translate(2em,1em);
    border-color: #ffe7be;
    background: white;
    color: #554500;
    font-weight: bolder;
    z-index: 999;
}
.body-main {
    position: absolute;
    top: 7%;
    left: 31%;
    width: 50em;
}
.post {
    border: 2px solid black;
    padding: 10px;
    background-color: #ffe7be;
    background-size: 100% 100%;
    margin-bottom: 15px;
}
.post-title {
}
.post-id {
}
.post-title {
    font-weight: bolder;
}
.post-content {

}
.edit-text {
    color: #554500 !important;
    font-style: italic;
}