body {
    font-family: system,-apple-system,Roboto,SF Pro Display,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4em;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main {
    display: block;
    margin: 0 auto;
    height: 100%;
    max-width: 840px;
    padding: 20px 10px;
}

h2 {
    display: block;
    font-size: 2.0rem;
    font-weight: 600;
    color: #090110;
    margin: 20px auto;
    line-height: 1.3em;
    letter-spacing: .01em;
}

h4 {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 40px auto 20px;
    line-height: 1.2em;
    font-weight: 500;
}

p, ul, ol {
    margin: 20px auto;
}

li {
    margin: 6px 0;
}

ol.ol-decimal li {
    list-style-type: decimal;
}

ol.ol-lower-alpha li {
    list-style-type: lower-alpha;
}

ol.ol-upper-alpha li {
    list-style-type: upper-alpha;
}

p {
    font-size: 1.1rem;
    line-height: 1.5em;
}
  
a {
    color: #faae67 !important;
    text-decoration: none;
}

a:hover,
a:focus {
  color: #ff8c21 !important;
  text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.golded {
    color: #fb7f0d;
}
