.residents { grid-template-columns: repeat(4, 1fr); }
.room-status {
  align-self: center;
  max-width: 34rem;
  margin: .35rem auto;
  padding: .45rem .7rem;
  border-radius: 999px;
  background: rgba(90, 78, 63, .08);
  color: #77736c;
  font-size: .82rem;
  text-align: center;
}
