html {
    text-align: center;
    margin: 0 auto;
    width:800px;
    font-family: 'Muli',sans-serif;
    background-image: url("https://i.imgur.com/liMEVsi.png");
    background-repeat: no-repeat;
    background-position: -200px center;
}

.spacer {
    padding-top: 8px;
}

p {
    text-align: center;
}

h2 {
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 28px;
}

h2 span {
    color: #073763;
}

h2 span strong {
    font-weight: bold;
}

p span {
    font-weight: 300;
    font-size: 18px;
}

p span.bold {
    font-weight: 400;
    font-size: 18px;
}

h1 {
    color: #5e9ca0;
}

ul li {
    font-weight: 400;
    font-size: 18px;
    list-style-position: inside;
}

ul li ul li {
    font-weight: 400;
    font-size: 18px;
    list-style-position: inside;
}

ul li a {
    font-weight: 400;
    list-style-position: inside;
    color: inherit;
}

ul li em {
    font-style: italic;
    list-style-position: inside;
}

ul li em strong {
    font-weight: 400;
    list-style-position: inside;
}

red {
    color: red;
}

orange {
    color: #ff9900;
}

green {
    color: #77AE5B;
    margin-left: -1px;
    margin-right: 1.8px;
}