.wrap {
    margin: 16px;
}
.section {
    margin-bottom: 30px;
}
p {
    text-indent: 2em;
    padding-bottom: 10px;
}
.title {
    font-weight: bold;
    margin-top: 16px;
}
.underline {
    text-decoration: underline;
}
a{
    word-break: break-all;
}