@import '../../styles/variables';

.EmptyState {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 136px);
  background: url('/img/confetti.png') repeat-x;
  align-items: center;
  justify-content: center;
  padding: 0 20px;

  &__icon {
    margin-bottom: 38px;
  }

  &__title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
  }

  &__text {
    margin-bottom: 20px;
    line-height: 1.56;
    font-size: 18px;
  }
}
