body {
    font-size: 22px;
}

.md-nav__title {
    font-size: 22px;
    font-weight: 800;
    color: orangered
}

a a.md-nav__link:hover .md-ellipsis {
    font-weight: 800;
    font-style: italic;
    color: rgb(223, 109, 68)
}

p,
li {
    font-size: 22px;
}


h2 {
    margin: 2rem 0rem 0rem 0rem !important;
    border-bottom: solid 1px orangered;
}

h3 {
    /* margin: 3rem 0rem 1rem 0rem !important; */
    padding: 0rem 0rem 0.5rem 0.5rem !important;
    border-left: solid 5px orangered;
    font-size: 22px;
    font-weight: bold;
}


code {
    font-family: Consolas, monospace;
    /* font-weight: 700; */
}

.md-nav__title {
    font-weight: 400;
    color: orangered
}

.md-nav__link.md-nav__link--active {
    font-weight: 800;
    font-style: italic;
    color: orangered
}