* {
    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;
}