* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h1 {
    text-align: center;
    font-weight: normal;
    padding: 8px;
}

h1 + p {
    text-align: center;
    margin-bottom: 20px
}

h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 36pt;
}

table.snacks {
    border-collapse: collapse;
    margin: 50px auto 70px auto;
    border: 0px;
}

.snacks th, .snacks td {
    border-top: 2px solid #222;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    height: .75in;
    
}
.snacks th {
 text-transform: uppercase;
}

#no {
    border-top: 0px;
}

.img {
    width: 50px;
    aspect-ratio: 1;
}


.special {
    background-color: rgb(113, 171, 26);
    font-weight: bold;
}