body {
    font-size: 16px;
}
.small {
    font-size: 12px; /* 75% of the baseline */
}
.large {
    font-size: 20px; /* 125% of the baseline */
}
body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
h1 {
    font-weight:600;
}
a {
    word-wrap: break-word;
}
a:link {
    text-decoration: none;
    color: #3FA0D6;
}
a:visited {
    text-decoration: none;
    color: #3FA0D6;
}
a:hover {
    text-decoration: underline;
    color: #3FA0D6;
}
a:active {
    text-decoration: underline;
    color: #3FA0D6;
}
