@import "../../styles/variables.scss";

.title {
  text-align: center;
}

.icon {
  margin-right: $s-spacing;
}

.notStartedWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.noStarted {
  margin: $s-spacing;
  max-width: 38rem;;
}

.notStartedCard {
  padding: $l-spacing;

  button {
    @media only screen and (min-width: 48em) {
      width: auto;
    }
  }
}
