.nav-bar {
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    position: sticky;
    overflow: hidden;
    padding-bottom: 5px;
    background-color: #2D302A;
    border: solid 1px gray;
    padding-left: 2%;
}
.nav-bar img {
    padding: 4.5px 4.5px;
}
text {
    text-align: center;
    margin: 0px 0px;
}
.nav-bar .nav-section {
    padding: 5px;
}
.nav-bar .header {
    float: left;
    position: absolute;
    font-size: 15px;
}
.nav-section .header-box {
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-family: Monospace;
    text-decoration: underline;
    text-decoration-color: skyblue;
    color: skyblue;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px gray;
}
.nav-section .nb-box {
    padding: 10px 20px;
}
.nav-section .box {
    padding: 10px 20px;
    border-top: solid 1px gray;
}
.nb-box summary {
    color: #3AA5CA;
    font-size: 16px;
}
.box summary {
    color: #3AA5CA;
    font-size: 16px;
}
.nb-box ol {
    margin: 0px 0px;
    color: gray;
    list-style-type: square;
    list-style-position: outside;
}
.box ol {
    margin: 0px 0px;
    color: gray;
    list-style-type: square;
    list-style-position: outside;
}
text .header-1 {
    vertical-align: middle;
}