body {
    background: rgb(37, 37, 37);
    margin: 0;
    text-align: center;
}
.note {
    /* display: flex;
width: 100%;
border-radius: 4px;
border: 1px solid transparent;

padding: 12px 20px 12px 12px; */
}

ul {
    padding-left: 40px;
}

ul ul {
    padding-left: 40px;
}

li {
    margin-top: 2px;
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    list-style-type: disc;
    color: rgba(255, 255, 255, 0.81);
    text-align: left;
}



li a {

color: rgba(255, 255, 255, 0.81);
text-decoration: none;


}

li a.current {
    color: #f13300;
}