body
{
    /*background-color: #282828 !important;*/
    background: rgb(40,40,40) !important;
    /*background: linear-gradient(174deg, rgba(40,40,40,1) 36%, rgba(0,0,0,1) 90%);*/
    box-sizing: border-box;
    overflow-y: scroll; /* Add the ability to scroll */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    color: #dedede !important;
    
}
p {
    max-width: 100ch;
}
h4 {
    padding-top: 40px;
    padding-bottom: 5px;
}