.simple-document h3 {
    color: #03274f;
    font-family: "Ubuntu Medium";
}
.simple-document h4 {
    color: #03274f;
    font-family: "Ubuntu Medium";
}
.simple-document p {
    margin-bottom: 1.5rem;
}
.simple-document a {
    text-decoration: underline;
    color: #03274f;
}
.simple-document a:hover {
    color: #8ac716;
}