body {
    font-family: helvetica, arial, sans-serif;
    margin: 2em;
  }
  
  h1 {
  /*  font-style: italic;
    color: #373fff;
  */
    font-size: 1.35em;
  }
  
  div#text {
    position: absolute;
    left: 6px; 
    top: 6px;
    padding: 5px;
    /*
    text-shadow: 0 0 5px white;
    */
    max-width: 350px;
    background-color: rgba(255, 255, 255, 0.7)
  }
  
  .feedback {
    background-color : #31B0D5;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    border-color: #46b8da;
  }
  

  #myDIV {
    position: fixed;
    bottom: 50px;
    left: 20px;
  }

 