ul.square li {
    list-style-type: square;
    margin-bottom: 50px;
}

ul.number li {
    list-style-type: decimal;
    margin-bottom: 50px;
}

ul.disc li {
    list-style-type: disc;
    margin-bottom: 0;
    margin-left: 50px;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    color: #0070bb;
    font-size: 1.1rem;
    margin-bottom: 0;
}

h6 {
    text-align: center;
    color: #9ca5aa;
    margin-bottom: 0;
}

p, ul, li {
    color: rgb(60, 60, 60);
}

.table td {
    padding: 3px;
}

.code-block {
    background-color: #f9f9f9;
    overflow-x: auto;
    padding: 0 15px;
    margin: 15px 0;
    font-family: Courier New;
    border: solid 1px #DDD;
}
