body {
  width: 8.5in;
  margin-left: auto;
  margin-right: auto;
  background-color: lightgrey;
  position: relative;
}

.page {
  width: 8.5in;
  height: 11in; /*1052px*/
  position: absolute;
  top: 0;
  left: 0;
}

.page2 {
  top: 11in;
}

.category {
  width: 384px;
  padding: 8px 8px 0 8px;
  display: flex;
  flex-direction: column;
}

.item {
  width: 100%;
}

.CategoryBox {
  flex:1;
}

.category:has(#Appetizer) {
  height: 928px;
  /* background-color: red; */
  position: absolute;
  top: 32px;
  left: 24px;
}

.category:has(#sashiminigiri) {
  width: 100%;
}

#sashiminigiri>.item {
  width: 50%;
}

.p1col2 {
  height: 928px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 32px;
  right: 24px;
  width: 384px;
  /* background-color: rebeccapurple; */
}

.p2col1 {
  height: 928px;
  width: 768px; /*(384*2)*/
  position: absolute;
  top: 1088px;
  left: 24px;
}

.p2col2 {
  width: 768px;
  display: flex;
  flex-direction: row;
}

.info {
  display: flex;
  margin: 0 0 0.5rem 0;
  flex-direction: column;
  justify-content: space-between;
  /* background-color: green; */
}

.footer {
  margin: 0;
  padding: 0.5rem 0;
  position: absolute;
}

#footer1 {
  top:960px;
}

#footer2 {
  display: block;
  top:2012px;  /*1052+960*/
}

.textwithlogo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 5rem;
  height: 5rem;
}

.qr {
  width: 7rem;
  height: 7rem;
}

.sasaki {
  font-size: 2.1rem;
  font-weight: 600;
}