body {
    font-family: 'Nunito', sans-serif;
    background-color: #fcfafa;
    text-align: center;
  }
  
  #title {
    color: #685454;
    text-align: center;
    padding: 10px;
  }
  
  #description {
    color: #685454;
    text-align: center;
    padding: 10px;
  }
  
  #outer-form {
    border-radius: 10px;
    background-color: #ebd5d5;
    padding-bottom: 10px;
  }
  
  .row {}
  
  .label {
    color: #685454;
    display: inline-block;
    text-align: right;
    float: left;
    /* padding-top: 5px; */
    width: 190px;
    margin-right: 20px;
  }
  
  
  
  #survey-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    
  }
  
  
  .div50 {
    float: left;
    width: 50%;
  }
  .button {
    float: left;
    width: 50%;
  }
  
  .container { 
    height: 50px;
    position: relative;
    /* border: 3px solid green;  */
  }
  
  .center {
    margin: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    /* -ms-transform: translate(-50%, -50%); */
    transform: translate(-50%, -50%);
  }