body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  width: 100%;
  overflow: hidden;
  background-image: url('../tscbg1.jpg');
  background-repeat: no-repeat;
/*        background-attachment: fixed;
  background-position: top right;*/
  background-position: right top;
  background-size: 30%;
}

#container {
  
}

h1.category {
  font-size: 25pt;
  font-weight: bold;
  color: #c7d482;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.item {
  font-weight: bold;
  font-size: 20pt;
  color: red;
  text-transform: uppercase;
}

.price {
  font-weight: bold;
  font-size: 1.5em;
}

.calories, .ingredients {
  font-size: 1.5em;
}

.leftbar {
  padding: 10px;
  background-color: red;
  width: 15%;
  height: 99%;
  float: left;
  writing-mode: vertical-rl;
  margin: 0 20px 0 0;
}
  .leftbar h1{
    font-size: 100pt;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    margin: 20px;
    text-transform: uppercase;
  }