@media only screen and (max-width: 768px) {
    html {
        font-size: calc(1em + 1vw);
    }
}
.text-justify {
    text-align: justify;
}
