.SecondaryMenu {
  text-align: center;
}

.Button {
  display: inline-block;
  padding: 12px 0;
  width: 160px;
  color: #fff;
  border: 1px solid #8FD6FF;
  transition: background .4s, border-color .4s;
  margin: 0 12px;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 24px;
  cursor: pointer;

  &Active, &:hover {
    background: #28A3E0;
    border-color: #28A3E0;
  }
}
