/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* RESETS PAGE ABOVE-----------------------------------------------*/

body {
  font-family: "Times New Roman", Times, serif;
  color: lightpink;
  background-color: lightyellow;
  text-align: center;
  padding: 15px;
}

header {
  font-size: 35px;
  padding: 10px;
}

p {
  margin: 15px;
}

button {
  margin: 5px;
  background-color: darksalmon;
  border-radius: 5px;
}

img {
  width: 500px;
  border-radius: 5px;
}

#mainDish {
  width: 150px;
  height: 125px;
  margin: 10px;
  padding: 25px;
  padding-top: 5px;
  border: 1px solid lightpink;
  text-align: center;
}

#drink {
  width: 150px;
  height: 125px;
  margin: 10px;
  padding: 25px;
  padding-top: 5px;
  border: 1px solid lightpink;
}

#side {
  width: 150px;
  height: 125px;
  margin: 10px;
  padding: 25px;
  padding-top: 5px;
  border: 1px solid lightpink;
}

#title {
  padding: 6%;
}

#checkbox {
  justify-content: center;
  display: flex;
  gap: 20px;
}

#fiveMeat2,
#veggie2,
#salami2,
#pepperoni2,
#pep_sal2,
#coke2,
#sprite2,
#rootbeer2,
#fanta2,
#drPepper2,
#salad2,
#fruit2,
#chip2,
#cookie2,
#icecream2 {
  display: none;
}

.order {
  width: 250px;
  height: 125px;
  margin: 10px;
  padding: 25px;
  padding-top: 5px;
  border: 2px solid lightpink;
}
