.button {
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: var(--color-orange);
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}