body {
  background-color: #ff69b4;
  text-align: center;
}

h2 {
  font-size: 75px;
  margin: 20px 0;
}

#header {
  font-size: 60px;
  text-align: center;
  color: #000000;
  text-shadow: 2px 2px #ff00ff;
  margin: 0;
  /* changed from 10px 0 */
}

#menu {
  margin: 20px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#place-order {
  background-color: grey;
  color: #000000;
  width: 200px;
  height: 80px;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  cursor: pointer;
}

.order-item {
  background-color: #ff00ff;
  color: #000000;
  width: 200px;
  height: 80px;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  cursor: pointer;
}

.venmo-button {
  background-color: #ff00ff;
  color: #000000;
  width: 200px;
  height: 80px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
}

.price {
  font-size: 25px;
  margin-left: 10px;
}

#total-and-place-order {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

#total {
  font-size: 45px;
  width: 250px;
  margin-right: 20px;
  text-align: left;
}

#total-total {
  text-align: center;
  font-size: 45px;
}

#venmo-button {
  text-align: center;
  font-size: 45px;
}

#total-price {
  font-size: 45px;
}

#order-list {
  list-style-type: none;
  font-size: 35px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}