.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    section {
    color: azure;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
}

.main-heading {
    margin: 1rem;
    text-align: center;
    text-decoration: underline;
}

.sub-heading {
    text-align: center;
    margin-bottom: 1rem;
}

.statements > div > p {
    margin-bottom: 1rem;
}