.page {
    /* background-color: #067094; */
    background: linear-gradient(180deg, #0784b8 0%, #067094 30%, #04395d 80%, #090414 100%) fixed;
}

.content {
    background-color: rgba(247, 255, 235, 0.72);
    border-bottom: 6px solid #f45761;
    border-top: 4px solid #d9f282;
    color: #04395d;
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
    margin: 24px auto;
    padding: 24px 0 16px;
    width: 75%;
}

.content p {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 0 56px;
    text-align: justify;
    text-align-last: left;
}

.header {
    background-color: #04395d;
    background: linear-gradient(180deg, #0f1b3b 0%, #04395d 60%);
    color: #d9f282;
    padding: 32px 48px 16px;
    text-align: right;
}

.logo-h1 {
    font-family: "Suez One", serif;
    font-weight: 400;
    font-size: 72px;
    font-style: normal;
}

.logo-h1-pop {
    color: #7fca9a;
}

.logo-h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-size: 28px;
    font-style: normal;
}

.logo-h2-pop {
    color: #f45761;
}

.nav-bar {
    background: linear-gradient(90deg, #7fca9a 0%, #d9f282 45%, #7fca9a 80%, #61bda2 100%);
    display: flex;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    justify-content: center;
    list-style: none;
    position: sticky;
    top: 0;
}

.nav-bar li a {
    display: block;
    text-decoration: none;
    padding: 4px 12px;
}

.nav-bar li a:hover {
    background-color: rgba(97, 189, 162, 0.7);
    color: #f6ff7a;
}

.nav-bar li a:active {
    background-color: rgba(7, 132, 184, 0.6);
    color: #f7ffeb;
}

.nav-bar-active {
    background-color: rgba(247, 255, 235, 0.6);
    color: #067094;
}

.nav-bar-li {
    color: #04395d;
}

.pull-quote {
    color: #f45761;
    font-family: "Suez One", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    margin: 24px;
    text-align: center;
}

.title-box {
    /* background-color: #3a4c50; */
    background: linear-gradient(135deg, #3a4c50 0%, #364652 100%);
    border-radius: 8px;
    color: #f7ffeb;
    margin: 0 auto;
    padding: 24px 0;
    text-align: center;
    width: 82%;
}

.title-box h1 {
    color: #d9f282;
    font-family: "Suez One", serif;
    font-weight: 400;
    font-size: 32px;
    padding: 0 24px;
}

.title-box h2 {
    border-bottom: 4px solid #7fca9a;
    font-size: 24px;
    font-weight: 600;
    padding: 12px 24px;
}

.title-box h3 {
    font-size: 16px;
    font-weight: 200;
    padding: 12px 24px 0;
    text-align: right;
}