#form {
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem;
    background: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

fieldset {
    border: 1px solid #ccc;
    padding: 1rem;
}

legend {
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  padding: 0.6rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

label {

  margin: 0.5rem 0 0.25rem;
  font-weight: 500;
}

input[type="submit"],
input[type="reset"] {
    font-family:"Lexend Deca";
    color: #0a658d;
    font-size: 1rem;
    
}

input[type="radio"],
input[type="checkbox"] {
    accent-color:#0a658d;

}

input[type="reset"] {
   background-color: #0a658d;
   color: #ccc;
}

select,
select option {
    font-family: inherit;
}