body{
    box-sizing: border-box; overflow: auto !important;
    background: white !important;
    padding: 20px;
    font-family: gravity;
}
ol{
    padding-left: 25px;
}
li{
    margin: 7px 0px 7px 0px;
}
::-webkit-scrollbar{
    width: 8px !important;
}
::-webkit-scrollbar-track{
    background: rgb(235,235,235) !important;
}
::-webkit-scrollbar-thumb{
    background: rgb(200,200,200) !important;
}