body {
    background-color: #1b1b32;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #f3f3f3;
  }
  
  .header{
    text-align: center;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }
  
  #description{
    font-style:italic;
  }
  
  p{
    font-size: 1.125rem;
  }
  
  label{
    font-size: 1.125rem;
  }
  
  .container{
    margin: 0 auto;
    width: 100%;
   
  }

  #survey-form{
    margin: 0 auto;
    width: 100%;
   
  }
  
  fieldset{
    border: none;
    border-bottom: 1px solid;
    margin-bottom: 0.6rem
  }
  
  input[type="text"], input[type="email"], input[type="number"], select {
    height: 2.1rem;
    font-size: 1.125rem;
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 5px;
  }
  
  
  textarea{
    width: 99%;
    font-size: 1.125rem;
    border-radius: 5px;
  }
  
  input[type="submit"]{
    background-color: #37af65;
    border: none;
    height: 2.1rem;
    color: #f3f3f3;
    margin-top: 1.5rem;
    width: 100%;
    font-size: 1.125rem;
    margin-bottom: 1.8rem;
    border-radius: 5px;
  }

  @media only screen and (min-width: 576px) {
    #survey-form{
        max-width: 720px;
    }
}







