.btn {
  font-weight: 500;
  font-size: 16px;
  padding: 12px 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}