body {
    background-color: burlywood;
}

@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

@font-face {
    font-family: 'bigelow_rulesregular';
    src: url('bigelowrules-regular-webfont.eot');
    src: url('bigelowrules-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bigelowrules-regular-webfont.woff2') format('woff2'),
         url('bigelowrules-regular-webfont.woff') format('woff'),
         url('bigelowrules-regular-webfont.ttf') format('truetype'),
         url('bigelowrules-regular-webfont.svg#bigelow_rulesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
    color: #fffcc7;
    background-color: hsla(31, 75%, 14%, 1);
    text-align: center;
    font-size: 64px;
    font-family: 'Staatliches', Impact, sans-serif;
}

h2 {
    color: rgb(128, 77, 5);
    background-color: seashell;
    text-align: left;
    font-size: 36px;
    font-family: 'bigelow_rulesregular', 'Comic Sans MS', cursive;
}

p {
    color:#023b0c;
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 1.4;
}

p.intro::first-letter {
    color:#172e02;
    font-size: 42px;
}

p.intro2::first-letter {
    color:black;
    font-size: 42px;
}

p.color1 {
    color:brown;
}

p.color2 {
    color:darkred;
}

nav a {
    display: inline;
    background-color: seashell;
}

nav a:link, nav a:visited {
    color:brown;
    text-decoration: none;
}

nav a:hover, nav a:focus {
    color:darkred;
    text-decoration: underline;
}

.container {
    margin: auto;
    max-width: 1200px;
    padding: 15px;
    border: 1px solid rgb(64, 37, 0); 
}

.large {
    font-size: large;
}

.index-list li {
    list-style-image: url('images/iconmonstr-candy-22.svg');
    list-style-position: outside;
}

.health-list li {
    list-style-image: url('images/icons8-cocoa-30.png');
    list-style-position: outside;
}