body {
    width: 100%;
    height: 140vh;
    margin: 0 auto;
    background-image: url(https://i.ibb.co/ds0Kr3ry/Apple-BG-Final.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 5%;
  }
  
  h1{
    color: var(--White, #FFE8E8);
    text-align: center;
    font-family: Outfit;
    font-size: 72px;
    font-style: normal;
    font-weight: 900;
    margin-top: -50px
  }
  
  h3 { 
    color: var(--White, #FFE8E8);
    text-align: center;
    font-family: Outfit;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
  }
  
  a {
    color: var(--Ash, #2E1616);
  }
  
  ::placeholder {
    color: rgba(46, 22, 22, 0.52);
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding: 15px;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="number"],
  textarea,
  select {
    margin-top: 5px;
    margin-bottom: 44px;
    width: 100%;
    min-height: 46px;
    background: var(--Clove, #CCB9B9);
    border: 0;
    border-radius: 12px;
    color: rgba(46, 22, 22, 0.52);
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    resize: none;
  }
  
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  textarea:focus,
  select:focus {
    margin-top: 5px;
    margin-bottom: 44px;
    width: 100%;
    min-height: 46px;
    background: var(--Clover, #B6ACAC);
    border: 0;
    border-radius: 12px;
    color: rgba(46, 22, 22, 0.52);
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    resize: none;
    outline: none;
  }
  
  input[type="submit"] {
    margin-top: 5px;
    margin-bottom: 44px;
    width: 100%;
    min-height: 46px;
    background: var(--Ash, #2E1616);
    border: 0;
    border-radius: 12px;
    color: var(--White, #FFE8E8);
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    resize: none;
  }
  
  option {
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: rgba(46, 22, 22, 0.52);
  }
  
  label {
    color: var(--Ash, #2E1616);
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
  }
  
  legend {
    color: var(--Ash, #2E1616);
    margin-bottom: 10px;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
  }
  
  .inline {
    display: inline;
    margin-right: 15px;
  }
  /* Used on checkboxes or radio buttons that have another right after*/
  .input-group {
    margin-bottom: 10px
  }
  /* Used on checkboxes or radio buttons that are the last of their kind*/
  .input-group2 {
    margin-bottom: 44px
  }
  
  #survey-form {
    margin: 44px;
    padding: 44px 0 0 0;
  }
  
  #checkbox-reminder {
    color: rgba(46, 22, 22, 0.52);
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-top: -9px;
  }
  
  #heading {
    padding: 10px;
  }
  
  #subheading {
    color: var(--White, #FFE8E8);
    text-align: center;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    max-width: 395px;
    margin: 0 auto;
    margin-top: -60px;
  }
  
  #footer {
    color: var(--White, #FFE8E8);
    text-align: center;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    max-width: 395px;
    margin: 60px auto;
  }
  
  #wrapper {
    margin: 0 auto;
    margin-top: 40px;
    width: 554px;
    border-radius: 12px;
    background: var(--White, #FFE8E8);
    box-sizing: border-box;
  }
  