@import url('../style.css');
em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

article {
    padding: 30px 10%;
    background-color: #f8f8f8;
    font-size: 2.4rem !important;
    font-weight: bold;
    color: var(--blue);
}

.hnue {
    padding: 30px 10%;
    font-size: 1.8rem !important;
    line-height: 1.5 !important;
    color: var(--black);
    text-align: justify;
}

.hnue * {
    margin: 10px 0
}