1.typo {
2    clear: both;
3    overflow: hidden;
4
5    h1, h2, h3, h4, h5, h6 {
6        margin-top: 1.5rem;
7        margin-bottom: 1rem;
8    }
9
10    p {
11        margin: 1.25rem 0;
12        font-size: 1rem;
13        line-height: 1.8;
14        text-align: justify;
15        word-break: break-word;
16
17        &:first-child {
18            margin-top: 0;
19        }
20    }
21}