body{
    min-height: 100vh;
}

.main {
    min-height: 50vh;
    width: 100vw;
    display: flex;
    justify-content: center;
}

.main__container {
    width: 100%;
    max-width: 80vw;
    margin-top: 3.125rem;
}

.main__container p,
.main__container blockquote,
.main__container pre {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #002B50;
    line-height: 1.5;
}

.main__container p em {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: italic;
    color: #002B50;
    line-height: 1.5;
}

.main__container p strong {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #002B50;
    line-height: 1.5;
}

.main__container h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
    color: #002B50;
    line-height: 1.2;
}

.main__container h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    color: #002B50;
    line-height: 1.2;
}

.main__container h3{
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #002B50;
    margin: 1rem 0;
}

.main__container h4{
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #002B50;
    margin: 1rem 0;
}

.main__container h5{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #002B50;
    margin: 1rem 0;
}

.main__container h6{
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #002B50;
    margin: 1rem 0;
}

.main__container pre {
    text-wrap: unset;
}

.main__container img {
    max-width: 100%;
}

.main__container iframe {
    width: 100%;
    height: calc(50vw * 9 / 16);
}

.main__container ul {
    list-style: initial !important;
}

.main__container ol {
    list-style-type: decimal !important;
}


@media screen and (min-width: 720px) {

    .main__container {
        width: 100%;
        max-width: 45rem;
        margin-top: 6.25rem;
    }

}
