.SimplePage {
    color: #8bb6e5;
    font-size: 2.4rem;
    line-height: 1.25;
}

.SimplePage h2 {
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1;
    color: #2bc191;
    margin: 0 0 1em 0;
}

.SimplePage p,
.SimplePage ul,
.SimplePage ol {
    margin: 1.25em 0;
}

.SimplePage ul li {
    position: relative;
    padding-left: 1em;
    margin: 0.25em 0;
}

.SimplePage ul li:before {
    content: "•";
    left: 0;
    position: absolute;
    color: #2bc191;
}

.SimplePage ol {
    list-style-type: decimal;
    padding-left: 1em;
}

.SimplePage ol li {
    margin: 0.25em 0;
    padding-left: 0.5em;
}

.SimplePage img {
    max-width: 100%;
}