@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Aldrich&family=Coda:wght@400;800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sekuya&family=Trispace:wght@100..800&display=swap');

body {
  background: #1a1919;
}

.lista {
  max-width: 800px;
  margin: 0 auto;
  height: 900px;
  overflow-y: scroll;
  background: black;
  padding: 20px;
  border-radius: 10px;
}

.tituloLista {
  font-family: "Sekuya", sans-serif;
  text-align: center;
  font-size: 20px;
  color: #ff474e;
}

.sujeto {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.sujeto p {
  margin: 0;
  color: #747474;
  line-height: 1.4;
  font-family: "Aldrich", sans-serif;
}

.sujetoHeader {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.sujetoHeader img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.sujetoHeader a {
  text-decoration: none;
  font-size: 23px;
  font-family: "Coda", sans-serif;
  color: #eeeeee;
}
