.state-container {
  margin: 1rem;
  box-shadow: 0px 2px 4px 0px rgba(120, 120, 120, 0.5);
  border-radius: .8rem;
  padding: 1rem;
}

.state-container .state-title {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
  text-align: center;
}

.state-container .state-text span {
  line-height: 1.5em !important;
}
