html {
    background-color: #f8f8fb;
}

body {
    background-color: transparent;
}

.content {
    background-color: transparent;
}

.navbar-container {
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-shadow: 0 2px 4px 0 rgba(102, 109, 146, 0.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(102, 109, 146, 0.16);
    box-shadow: 0 2px 4px 0 rgba(102, 109, 146, 0.16);
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-title-container {
    border: 1px solid transparent;
    background-color: transparent;
}

.navbar-title {
    flex-grow: 0;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.4px;
    text-align: left;
    color: #0000ff;
}

.footer-link {
    color: #00008C;
    font-weight: 500;
}

.container-title {
    font-size: 18px;
    font-weight: 500;
    color: #0000ff;
}

.key {
    font-weight: bold;
    font-size: 14px;
}

li {
    list-style-type: none;
}