  #stage {
    width: 600px;
    margin: 0 auto;
    margin-top: 30px;
  }

  #stage * {
    font-family: Barlow, Helvetica, sans-serif;
    background: #ffffff;
    padding-bottom: 30px;
  }

  #stage .unsubtitle {
    font-family: Barlow, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22pt;
    line-height: 37px;
    color: #6f727c;
  }

  #stage .unsubtext {
    font-family: Barlow, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #6f727c;
  }

  #stage .btn {
    padding: 5px 20px;
    background: #307abc;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
  }

  #stage .btn:hover {
    background: #20517c;
  }