@media screen and (max-width: 480px) {
 
    body::before{
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      background: var(#864);
      background-image: radial-gradient(rgba(187, 135, 68, 0.325), rgba(136, 102, 68, 0.379)), url(./img/u\ \(12\).jpg);
      font-family: Poppins;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
         
    }
  ul{
      border-radius: 5px;
      padding: 20px;
      background-color: rgba(187, 135, 68, 0.715);
      margin: auto;
      width: 90%;
    }
    li{
      list-style-type: none;
      line-height: 2.5em;
      font-size: 15px;
  }
    
  label{
      color: black;
      font-weight: 500;
      font-size: 17px;
  }
  
  input[type=text], [type=email], [type=number], select {
      width: 90%;
      padding: 10px 15px;
      margin: 8px 0;
      display: inline-block;
     border-bottom: 2px solid #864;
    }
    
    optgroup{
      font-weight: 400
    }
    #submit {
      width: 30%;
      background-color: #864;
      color: black;
      padding: 14px 20px;
      margin: 8px 0;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-weight: 600;
    }
    
    #submit:hover {
      background-color: #b84;
      color: black;
    }
  
    div {
      background-color: rgba(187, 135, 68, 0.736);
      width: 100%;
      margin: auto;
      color: black;
      border-radius: 10px;
      filter: drop-shadow(4px 4px 4px);
    }
    h1{
     text-align: center;
      padding-top: 10px;
    }
    #description{
      text-align: center;
      padding-bottom: 40px;
    }
  }
  @media screen and (min-width: 481px) {
    body::before{
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      background: var(#864);
      background-image: radial-gradient(rgba(187, 135, 68, 0.325), rgba(136, 102, 68, 0.379)), url(./img/u\ \(12\).jpg);
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
         
    }
  ul{
      border-radius: 5px;
      padding: 20px;
      background-color: rgba(187, 135, 68, 0.715);
      margin: auto;
      width: 70%;
  }
  li{
      list-style-type: none;
      line-height: 2.5em;
  }
    
  label{
      color: black;
      font-weight: 600;
      font-size: 17px;
  }
  
  input[type=text], [type=email], [type=number], select {
      width: 90%;
      padding: 10px 15px;
      margin: 8px 0;
      display: inline-block;
     border-bottom: 2px solid #864;
    }
    
    #submit {
      width: 20%;
      background-color: #864;
      color: black;
      padding: 14px 20px;
      margin: 8px 0;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-weight: 600;
    }
    
    #submit:hover {
      background-color: #b84;
      color: black;
    }
  
    div {
      background-color: rgba(187, 135, 68, 0.736);
      width: 74%;
      margin: auto;
      color: black;
      border-radius: 10px;
      filter: drop-shadow(4px 4px 4px);
    }
    h1{
      text-align: center;
      padding-top: 10px;
    }
    #description{
      text-align: center;
      padding-bottom: 50px;
    }
  }
  @media screen and (min-width: 1024px) {
    body::before{
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      background: var(#864);
      background-image: radial-gradient(rgba(187, 135, 68, 0.325), rgba(136, 102, 68, 0.379)), url(./img/u\ \(12\).jpg);
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
        font-size: smaller;
    }
  ul{
      border-radius: 5px;
      padding: 20px;
      background-color: rgba(187, 135, 68, 0.715);
      margin: auto;
      width: 50%;
      font-size: 11px;
  }
  li{
      list-style-type: none;
      line-height: 2.5em;
  }
    
  label{
      color: black;
      font-weight: 600;
      font-size: 13px;
  }
  
  
  input[type=text], [type=email], [type=number], select {
      width: 90%;
      padding: 10px 15px;
      margin: 8px 0;
      display: inline-block;
     border-bottom: 2px solid #864;
    }

    #submit {
      width: 20%;
      background-color: #864;
      color: black;
      padding: 14px 20px;
      margin: 8px 0;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-weight: 600;
    }
    
    #submit:hover {
      background-color: #b84;
      color: black;
    }
  
    div {
      background-color: rgba(187, 135, 68, 0.736);
      width: 53%;
      margin: auto;
      color: black;
      border-radius: 10px;
    }
    h1{
      text-align: center;
      padding-top: 10px;
    }
    #description{
      text-align: center;
      padding-bottom: 50px;
      font-size: 14px;
       }
  }
  