.container {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1rem;
    color: #222;
    line-height: 1.4;
    font-weight: normal;
}

.title {
    text-align: center;
    margin-bottom: 3rem;
}

h1 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.subtitle {
    font-size: 1.6rem;
    color: #555;
}

.container section {
    margin-bottom: 2.5rem;
}

h2 {
    font-size: 2.0rem;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    border-left: 4px solid #000;
    color: #111;
}

p {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}

ul {
    margin-bottom: 1.6rem;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1.5rem;
    margin-left: 1.2rem;
}

li {
    margin-bottom: 0.6rem;
}

strong {
    font-weight: 900;
    text-decoration: underline;
}

section:first-of-type strong {
    text-decoration: none;
}

@media (min-width:600px) {
    body {
        line-height: 1.8;
    }
}