.button,
.tabs.primary a {
  background-color: #ff9016;
  padding: 1em 2em;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  border-radius: 5px;
  text-align: center;
  border: none;
  width: auto;
}

.button {
  margin: 0 5px 15px 0;
}
.button:hover,
.button:active,
.tabs.primary a:hover,
.tabs.primary a.is-active {
  background-color: #666;
}

.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
  margin: 0 2px 15px 0;
}