.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  img {
    width: 125px;
    display: flex;
    margin: auto;
    left: 0;
    right: 0;
    margin: 1rem;
  }
  label {
    display: block;
    text-align: center;
  }
  .stats-panel-wrapper {
    padding: 2rem 0;
    text-align: center;
    .stats-panel {
      padding: 0 1rem 1rem;
      text-align: center;
    }
  }
}

.wrapper {
  label {
    font-size: 16px;
    font-weight: 600;
  }
  label.subtitle {
    font-size: 12px;
  }
  .stats-panel-wrapper {
    padding: 2rem 0;
    margin-top: 2rem;
    text-align: center;
    background-color: transparent;
    width: 100%;
    .stats-panel {
      color: whitesmoke;
      .stats-panel-title {
        font-size: 16px;
      }
      .stats-panel-subtitle {
        font-size: 10px;
      }
    }
  }
}


