html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.poster {
  box-shadow: -0.5rem 0.5rem 1rem rgba(8, 141, 90, 0.534);
  margin: 1rem;
  width: 21rem;
  position: center;
}

.posterContainer {
  display: flex;
  justify-content: space-around;
}

.main {
  color: white;
  height: 87vh;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  place-items: center;
  background-color: rgb(0, 96, 185);
  background-image: url(../assets/images/halftone.png);
  background-repeat: repeat;
  background-position: ;
  background-size: contain;

  border-radius: 15px;
  overflow: auto;
  padding: 1rem;
}

.aboutSection {
  background-color: rgb(0, 0, 0);
  border-radius: 2rem;
  padding: 1rem;
}
.errorSection {
  place-items: center;
  padding: 1rem 1rem 2rem 1rem;
}

.titleContainer {
  margin: 1rem;
  padding: 1rem;
  background-color: rgb(8, 141, 90);
  border-radius: 1rem;
}

.subtitulo {
  margin: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.series-title {
  margin: 0;
  text-align: center;
}

.summary {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 0.5rem;
}

.eventItem {
  background-color: rgba(0, 191, 197, 0.658);
  border-radius: 2rem;
  padding: 1rem;
  list-style: none;
  margin: 1rem;
}

.footer {
  background-color: rgb(1, 83, 83);
  border-radius: 1rem 1rem 0rem 0rem;
  height: 8rem;
  color: white;
  position: relative;
  line-height: 1rem;
  bottom: 0;

  left: 0;
  width: 100%;
}

.textContacto {
  text-align: center;

  padding: 0.5rem;
}

.linksContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

.homeButton {
  min-width: fit-content;

  height: fit-content;
  padding: 0.6rem;
  text-decoration: none;
  color: rgb(255, 255, 255);
  margin: 0.5 0.5rem 0.5rem 0.5rem;
  background-color: rgba(7, 154, 199, 0.781);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 2px 5px 0.5rem rgb(0, 255, 221);
  font-weight: 500;
  font-family: book, "Handset Sans UI", system-ui;
}

.homeButton:hover {
  background-color: rgb(0, 187, 187);
  transition-delay: 3ms;
  box-shadow: 6px 9px 0.5rem rgb(0, 204, 255);
}
