.welcome__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;

  &__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    margin-bottom: 25px;

    &__header {
      font-size: 16px;
      font-weight: 600;
    }
  }
}
