*,
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

input:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

html,
body {
  border-style: none;
  min-height: 100%;
}

#header {
  background: #f0f0d0;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  top: 0;
}

#header > div {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.error {
  color: #dc3545;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  display: none;
}

button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  margin-top: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
