* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1, h2 {
    text-decoration: underline;
}

article p {
    text-align: justify;
}

article p:nth-child(2) {
    font-weight: bold;
}

h1, article p:last-child {
    margin-bottom: 3rem;
}

article p:nth-child(2)::first-letter {
    color: #a00;
    font-family: Georgia, Times, serif;
    font-size: 4em;
    line-height: 1;
    float: left;
    margin: 0 .4rem 0 0;
}