.content-wrapper p {
    margin-bottom: 1em;
}

.content-wrapper {
    border: 2px solid #F6B30A;
    border-radius: 1em;
    background-color: #fff;
    padding: 10px 5px;
}

.content-wrapper h1, h2, h3, h4, h5 {
    color: #115393;
    margin-bottom: 10px;
}

#page-content-wrapper {
    display: grid;
    grid-template-columns: 138px 660px 180px;
    column-gap: 5px;
}



#left-nav {
    flex: 20%;
}

#center-content {
    flex: 60%;
}

#right-nav {
    flex: 20%;
}