body {
  color: #000;
  background: #fff;
  font-size: 18px;
  line-height: 1.5;
}

label {
  display: block;
  margin-bottom: none;
  margin-top: 10px;
  font-weight: bold;
}

input,
select,
button {
  font-size: 16px;
  padding: 10px;
}

input:focus,
select:focus,
button:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}

button {
  background-color: #0066cc;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 12px;
}
