#bottom {
  display: flex;
}

#findings {
  color: #8a8282;
  flex: 1 0 50%;
  font-size: 1.2rem;
  height: 300px;
}

#findings h3 {
  font-size: 1.7rem;
  font-weight: 200;
  color: #8a8282;
}

#findings ul {
  display: flex;
  flex-direction: column;
}

#findings li {
  margin-bottom: 20px;
}

#best-worst {
  display: flex;
  flex: 1 0 50%;
}

#worst-states {
/*   align-self: flex-end; */
}

#best-states,
#worst-states {
  display: flex;
  color:#8a8282;
  flex: 1 0 50%;
  flex-direction: column;
  height: 80%;
  padding-top: 5px;
}

#best-states li,
#worst-states li {
  display: flex;
  justify-content: space-between;
}

#best-states h3,
#worst-states h3 {
  font-weight: 300;
  font-size: 1.7rem;
  margin-bottom: 10px;
  color: #c178c1;
}

.state-name {
  font-size: 1.3em;
  letter-spacing: 0.5px;
  line-height: 2;
}

.state-name:hover{
  cursor: pointer;
}

.rating {
align-self: flex-start;
    border-radius: 50%;
    border: 3px solid;
    flex: 0 0 40px;
    font-size: 1.2em;
    height: 40px;
    margin-right: 10%;
    text-align: center;
    line-height: 1.9;
}

#ratings p {
  font-size:1.4em;
  color:#8a8282;
}

ul {
  list-style-type: none;
  padding: 15px;
  margin: 0px;
  padding-top: 0;
  padding-bottom: 5px;
}
