.basic-button {
  display: flex;
  padding: 10px;
  background: #009688;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 2px;
  cursor: pointer;

  &:active {
    opacity: 0.9
  }
}
