.nav-items-bar:nth-of-type(2) {
    opacity: 1!important;
    width: 100%!important;
}
.content {
    margin: 0 auto;
    width: 85%;
    max-width: 800px;
    margin-bottom: 100px;
    min-height: calc(100vh - 490px);
}
.font-img{
    text-align: center;
}

.content-head {
    margin-top: 40px;
    margin-bottom: 20px;
}

.content h3{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
.content .time{
    font-size: 14px;
}

.body{
    font-size: 16px;
}

.body p {
    text-indent: 2em;
    line-height: 26px;
}
p[align] {
    text-indent: 0;
}


#back-to-top{
    display: none;
}

.fixed {
    position: fixed;
    right: 50px;
    bottom: 70px;
    width: 50px;
    height: 360px;
}

.fixed div {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
}
.container-footer-img img {
    max-width: max-content;
}

@media screen and (max-width:650px){
    .fixed {
        position: fixed;
        right: 20px;
        bottom: 70px;
        width: 50px;
        height: 460px;
        display: none;
    }
}

@media screen and (max-width:1000px){
    .fixed {
        position: fixed;
        right: 25px;
        bottom: 0px;
        width: 50px;
        height: 300px;
    }
    svg {
        font-size: 20px;
        color: #919797;
    }
}