body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #333;
    font-size: 1.2rem;
    line-height: 1.6em;
    margin: 0;
    overscroll-behavior: contain;
}

p {
    margin-bottom: 1em;
}

h1 {
    font-size: 2rem;
    line-height: 1em;
}

h2 {
    font-size: 2rem;
    line-height: 1.3em;
    color:#131FD8;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.5em;
}

h5 {
    font-size: 1.5rem;
    line-height: 1.5em;
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 2rem;
        line-height: 1em;
    }

    h2 {
        font-size: 1rem;
        line-height: 1em;
    }
h4 {
    font-size: 0.7rem;
    line-height: 0.8em;
}

h5 {
    font-size: 0.7rem;
    line-height: 0.8em;
}

}