h1{
    color: #d67b5a;
}

body{
    font-family: helvetica, arial, sans-serif;
}

#left-container {
    background-color: #fff;
    width: 15%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    padding: 10px;
}

#right-container {
    background-color: #fff;
    width: 15%;
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
    padding: 10px;
}

.bao-holder {
    position:relative;
    height: 13%;
    left: -10px;
}

.bao {
    position: absolute;
    max-width: 150%;
    max-height: 150%;
    z-index: 2;
}

.steamer-walls {
    height: 80%;
    width: 60%;
    background: #faf4e6;
    border-radius: 1rem;
    position: absolute;
    bottom: 3%;
    left: 20%;
    z-index: 1;
}

.steamer-top {
  width: 50%;
  height: 7%;
  background: #d9caa5;
  position: absolute;
  bottom: 80.5%;
  left: 25%;
  opacity: 0.7;
  z-index: 1;
}

.steamer-bottom {
  width: 50%;
  height: 7%;
  background: #d9caa5;
  position: absolute;
  bottom: 0%;
  left: 25%;
  opacity: 0.7;
}