.container {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    max-width: 600px;
    justify-content: center;
    word-wrap: break-word;
}

body {
    background-color: white;
}

.content {
    font-family: 'Cabin'; 
    font-size: 17px;
}

.subtitle {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 0.25em;
}

.paragraph {
    font-size: 18px;
}

.underline {
    text-decoration: underline;
}