body{
    background-color: #303030;
    color: #fff;
}
p{
    margin: 0;
    color: #fff;
}
#container{
    padding-top: 10px;
}

#bigbox{
    display: flex;
    justify-content: center;
}

#box{
    padding: 10px 25px;
    max-width: 600px;
}

h5{
    margin-top: 25px;

}

#offcanvasWithBothOptions, #offcanvasRight{
    background-color: #303030;
    color: #fff;
}
#offcanvasWithBothOptionsLabel, #offcanvasRightLabel{
    margin: 0;
}

.listElem{
    margin: 0;
    font-size: 20px;
}
.listElem p{
    margin: 10px 0;
    padding: 10px 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s;
    font-size: 15px;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #888; /* Set the color of the scrollbar thumb */
}
.listElem p:hover{
    background-color: #3a3a3a;
}

.h4lar{
    margin-top: 10px;
}
footer{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.adsBox {
    max-width: 250px;
}

@media screen and (max-width: 880px) {
    .adsBox {
      display: none;
    }
}