.word-wrap: {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: none;
    text-align: justify;
}

@media screen and (max-width: 600px) {
    h3 {
        font-size: 2em;
    }
}