body{
    background: #797DB1;
    text-align: center;
  font-family: "Open Sans";
      color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  }
  
  p, label{
    color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
    margin-top: 0;
  }
  
  #wrapper{
    width: 60vw;
    flex-shrink: 0;
    margin: auto;
    text-align: center;
    background: #C6C7D7;
     padding-bottom: 2em;
  }
  img{
    width:60vw;
    height: 35vw;
    object-fit: cover;
  }
  
  h1{
    color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 2.5vw;
    
  font-style: normal;
  font-weight: 400;
  line-height: normal;
    margin-bottom: 0;
    margin-top: 0.5em;
  }
  
  #intro{
    background: #1F113D;
    padding-bottom: 2%;
  }
  
  #description{
    color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
    margin: 1em auto;
    
  }
  
  h2{
    color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 1vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
    display: block;
    margin-bottom: 0.5em;
  }
  
  
  hr{
    margin: 1rem auto;
    stroke-width: 3px;
  border-color: #797DB1;
    width: 50vw;
    margin-bottom:0;
  }
  
  .subtitle{
    color: #000;
  font-family: "Open Sans";
  font-size: 0.8vw;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
    padding: 2em 0;
  }
  
  
  label {      
      display: block;
    font-style: italic;
    padding:0.5em;
  }
  
  
  fieldset {
    border: none;
    padding:0;
  }
  
  
  input[type="text"],input[type="number"],input[type="email"],select{
    width: 15vw;
  height: 5vh;
  flex-shrink: 0;
    border-radius: 10px;
    margin: 0 auto;
  border: 1px solid #383C7A;
  background: #FFF;
    color: #6065AB;
  font-family: "Open Sans";
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
    text-align: left;
     padding: 0.625rem
       
  }
  select{
    font-style: italic;
    width: 20vw;
  height: 15vh;
     padding: 0.625rem
  }
  
  .buttons{
    text-align:left;
    width: 25vw;
    margin: 0 auto;
      color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  }
  
  .slider {
    -webkit-appearance: none;
    width: 30vw;
    height: 5px;
    border-radius: 5px;  
    background: #1F113D;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  .slider-container {
              width: 100%;
              max-width: 30vw;
              margin: 20px auto;
              text-align: center;
    font-size:12px;
          }
  
          .slider {
              width: 100%;
              height: 5px;
              background: #1F113D;
              -webkit-appearance: none;
              border-radius: 25px;
              outline: none;
          }
  
          .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FFF;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFF;
    cursor: pointer;
  }
  
          
  
          .tick {
              width: 20px;
              text-align: center;
          }
          
  textarea{
    width: 20vw;
  height: 45vh;
  flex-shrink: 0;
    border-radius: 10px;
    margin: 0 auto;
  border: 1px solid #383C7A;
  background: #FFF;
    color: #6065AB;
  font-family: "Open Sans";
    text-align: left;
    padding: 0.625rem;
      font-size: 0.9vw;
  }
  
  input[type="submit"]{
    width: 10vw;
  flex-shrink: 0;
    border-radius: 60px;
    border: none;
    padding: 0.625em;
  background: #1F113D;
    color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }