#ratings {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-left: 10px;
}

#rankings {
  display:flex;
  flex-wrap:wrap;
  padding-left: 10px;
}

#rankings .value {
  font-size: 2rem;
  margin: 0 5px;
}

#rankings .category {
    flex: 1 0 50%;
     font-size: 1.1rem;
    text-align: left;
    padding-left: 10px;
}

#rankings .rank {
      align-items: center;
/*   border:1px solid; */
  display: flex;
      color: #8a8282;
  flex: 1 0 50%;
      height: 60px;
  justify-content: space-around;
}