body {
    font-family: Montserrat, sans-serif;
    text-align: center;
    margin: 0;
}

ul, ol {
    text-align: left;
    display: inline-block;
    font-size: 1.1rem;
}

header {
    width: 100%;
    background-color: #2A4D14;
    padding: 20px 0;
}


h1 {
    font-family: Shadows Into Light;
    font-size: 7rem;
    color: #F1F0EB;
    margin: 0;
}

h2 {
    font-size: 1.6rem;
    margin-top: 40px;
}

section {
    margin-bottom: 50px;
    min-height: 100px;
}

footer {
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    background: pink;
    position: relative;
}