/* STATS SECTION */
#stats {
  display: flex;
  flex-direction: column;
  width: 50%;
}

#mini-state {
  display:flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 50%;
  width: 50%;
}

#state-info {
  border-bottom: 3px solid purple;
  display: flex;
  flex: 1;
}

#state-rank {
    color: #8a8282;
    display: flex;
      flex:1 0 50%;
    flex-direction: column;
    justify-content: space-around;
  text-align: center;
}


#state-rank #hash {
      align-self: center;

    margin-bottom: 10px;
}

#state-rank #title {
  font-size: 2rem;
    color: gray;
    font-weight: 100;
    font-family: sans-serif;
}


#state-rank #ranking {
  display: flex;
    justify-content: center;
    align-items: flex-start;

}

#state-rank #ranking .val{
  font-size:3rem;
}

#state-rank  #desc {
  font-size: 1.4rem;
}
