.right-sidebar {
    min-width: 0px;
    background: black;
    color: chartreuse;
    padding: 10px;
}

.left-sidebar {
    min-width: 0px;
    background: black;
    color: chartreuse;
    padding-top: 10px;
    padding-right: 5%;
}

@media (max-width: 1080px) {
    .right-sidebar {
        visibility: hidden;
    }
    .left-sidebar {
        visibility: hidden;
    }
}

@media (max-width: 480px) {
    .page-body {
        display: block;
        padding-top: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .right-sidebar {
        display: none;
    }
    .left-sidebar {
        display: none;
    }
}

.recommendation-list {
    text-align: right;
}
.recommendation-list a{
    color:chartreuse;
    text-decoration:none;
}
.recommendation-list div{
    text-align: right;
}

.blog-post {
    background-color:rgb(15, 15, 15);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 10px;
}
.blog-post a {
    text-decoration: none;
}
.blog-post hr {
    background:chartreuse;
    height: 2px;
    align-items: center;
    width:25%;
    border: 0;
}
.blog-post p {
    color: chartreuse;
}
.blog-post small {
    color: chartreuse;
}
