h1 {
    color: maroon;
    text-align: center;
    font-family: 'broadway';
    ;
}

body h2 {
    color: darkblue;
    font-family: 'broadway';
}

body ul,
ol,
dl {
    font-family: 'forte';
    font-size: 20px;
}

dt {
    text-decoration: underline;
}

#snacks {
    border: 5px solid orange;

}

#popcorn {
    list-style: "🍿";

}

#wings {
    list-style: "🍗";
}

#chips {
    list-style: "🍟";
}

#drinks {
    list-style: "🥤";
}

section {
    border: 5px solid blueviolet;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 15px;
    background-color: #f0f8ff;
}