body {
    background-color: #d9ffc1;
    margin: 0 10%;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1 {
    color: #01002c;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #484848;
    margin-top: 10px;
    margin-bottom: 0px;
    letter-spacing: -10px;
    font-size: 6em;
    font-family: "kosetsu-incised", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    color: #000;
    font-size: 1.5em;
    font-family: "museo-sans", sans-serif;
    font-weight: 900;
    font-style: normal;
}

main {
background-color: #69d644;
padding: 0 5%;
border-top: 10px solid rgb(107, 107, 107);

}

blockquote {
    margin-top: 0px;
    font-size: 1.2em;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-style: italic;

}
p {
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
}

ol, ul {
line-height: 1.5em;
}

header {
    background-color: rgb(107, 107, 107);
    padding: 15px;
    margin-bottom: 30px;
}

footer {
    height: 50px;
    padding: 10px 5%;
    border-top: 10px solid rgb(107, 107, 107);
}
.centered {
    text-align: center;
}

img {
    border-radius: 25px;
}

/* Kosetsu Grid
font-family: "kosetsu-grid", sans-serif;
font-weight: 400;
font-style: normal;
Kosetsu Incised
font-family: "kosetsu-incised", sans-serif;
font-weight: 400;
font-style: normal;
Kosetsu Outline
font-family: "kosetsu-outline", sans-serif;
font-weight: 400;
font-style: normal;
Kosetsu Solid
font-family: "kosetsu-solid", sans-serif;
font-weight: 400;
font-style: normal;

Museo Sans 300
font-family: "museo-sans", sans-serif;
font-weight: 300;
font-style: normal;
Museo Sans 300 Italic
font-family: "museo-sans", sans-serif;
font-weight: 300;
font-style: italic;
Museo Sans 900
font-family: "museo-sans", sans-serif;
font-weight: 900;
font-style: normal;



*/