/* Global styles */
body {
    background: #FFF;
    margin: 0;
    font-family: "Kantumruy Pro", sans-serif;
    color: #000
}

h2 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h3 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.center {
    text-align: center;
}

p {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 5px;
}

li {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

b {
    color: black;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

blockquote {
    color: #5136EB;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

blockquote a {
    color: gray;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.text-red {
    color: #CF0202;
    font-style: italic;
    font-weight: 700;
}

.justified-text-container {
    width: 75%;
    margin: 0 auto;
    text-align: justify;
}

.image-footer {
    width: 683px;
    text-align: right;
    font-size: 9px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 5px;
}

.special-title {
    color: #CF0202;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
}

.grey-section {
    background-color: #f0f0f0; /* A light grey */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-title-alt {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-text-alt {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: justify;
    margin-bottom: 0.5rem;
}
