body {

    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #000;
    color: #f0e6d2;
    margin: 0;
    padding: 0em;
    text-align: center;
}

h1 {
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
    color: inherit;
}

a:visited {
    color: inherit;
}

.myTitle {
    text-align: center;
    margin-top: 3em;
    padding-top: 3em;
    font-size: 4em;
}

.opener {
    padding: .2em;
    font-size: 1.2em;
    font-weight: 900;
    text-align: center;
}

.stuffIAmGratefulFor {
    margin: auto;
    padding: .2em;
    width: 80%;
}

main {
    background-image: url('menu_curve3A.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 2rem;
}

.gratefulList {
    list-style-type: square;
    background-color: #FFFFF0;
}

.divider {
    background-image:url('divider.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 8em;
    margin: 3em 0;
    opacity: .25;
}

.grayedOutContainer {
    opacity: .5;
}

.thirdWidth {
    width: 30%;
    margin: auto;
}

.listContainer {
    width: 30%;
    margin: auto;
}

.beforeFirst li {
    list-style-type: decimal;
    font-size: 1.6em;
    color: #E0FFFF;
    text-align: left;
}

.first li {
    list-style-type: upper-alpha;
    font-size: 1.4em;
    color: #FFF0F5;
}

.second li {
    list-style-type: upper-roman;
    font-size: 1.2em;
    color: #F0FFF0;
}

.third li {
    list-style-type: lower-alpha;
    font-size: 1em;
    color: #FFEFD5;
}

.fourth li {
    list-style-type: lower-roman;
    font-size: .8em;
    color: #FAFAD2;
}

.previous {
    width: 6em;
    height: 1.4em;
    margin: auto;
    color: white;
}

@media screen and (max-width: 800px) {
    .thirdWidth, .listContainer {
        width: 100%;
        margin: 0 auto;
        font-size: .8em;
    }
    .divider {
        background-size: cover;
        height: 6em;
    }    
}
