html { 
    background: url(ocean-wide.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  body {
      font-family: Roboto;
      margin: 5% auto;
  }
  h1 {
      font-family: Roboto;
      font-size: 6.0em;
      color: #fff;
      text-align: center;
      border: 0;
      margin: 0;
  }
  p {
      font-family: Roboto;
      font-size: 2.0em;
      color: #fff;
      width: 100%;
      text-align: center;
      margin-top: 2%;
  }
  img {
      margin: 0 0 0 2%;
      width: 100px;
      height: 100px;
  }
  .liquidFillGaugeText { font-family: Roboto; font-weight: bold; }
  .container {
      width: 100%;
      text-align: center;
  }
  .container svg {
      margin: 0 auto;
      display: block;
  }
  .bubble-container {
    /*height: 100vh;*/
}

.bubble-container .input-wrap textarea {
    margin: 0;
    width: calc(100% - 30px);
}