html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
  padding-top: 2rem;
}

.container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;

  border-radius: 5px;
}

h2,
h3 {
  text-align: center;
}

h3 {
  font-size: medium;
}

.form-control {
  margin-bottom: 15px;
}

.passport {
  position: absolute;
  top: 20px;
  right: 20px;
}

.radio-color {
  accent-color: #e508c9;
}

/* Additional styling for better readability */
label {
  font-weight: normal !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
button {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px;
}

button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #e508c9;
  border: 0;
  border-radius: 5px;
  padding: 1rem;
  text-decoration: none;
  display: inline-block;
}

button:hover {
  background-color: #ffffff;
  color: #e508c9;
  border: 1px solid #e508c9;
}
