body {
    font-family: Arial, sans-serif;
    padding: 20px;
    background: #f4f4f4;
  }
  
  h1 {
    color: #333;
  }
  
  .container {
    display: flex;
    gap: 20px;
  }
  
  .button {
    display: inline-block;
    padding: 10px 20px;
    background: #0077cc;
    color: white;
    text-decoration: none;
    border-radius: 5px;
  }
  
  form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
  }
  
  label {
    display: flex;
    flex-direction: column;
  }
  
  button {
    background: #28a745;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
  }
  
  #declarations {
    background: white;
    padding: 10px;
    border-radius: 5px;
  }
  