.header .logo img {
  display: flex;
  max-width: 400px;
  margin: auto;
}

.button {
  background: #f48c24;
}

.button.button-outline {
  border: 1px solid #f48c24;
  color: #f48c24;
}

a {
  color: #f48c24;
  text-decoration-color: #e5e7eb
;
}

input:focus {
  border-color: #f48c24;
}