<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0px;
  padding: 0px;
}
div.season p {
  background-color: #eee;
  text-align: justify;
  z-index: inherit;
}
div#contenido {
  background-color: #f2bde4;
}
div.season {
  /* width: 1017px; */
  padding: 0px 300px;
  background-color: #eee;
  position: relative;
}
div.season img {
  width: 400px;
  float: left;
  margin: 20px;
}
div.season_description {
  float: right;
  width: 500px;
  background-color: #eee;
  margin-top: 80px;
  margin: 20px;
}
div.season_description span {
  font-size: 3em;
  display: block;
  text-align: left;
  width: 500px;
}
div#contenido &gt; div:nth-child(2n) {
  background-color: #27b5b7;
  color: #eee;
}
div#contenido &gt; div:nth-child(2n) span,div#contenido &gt; div:nth-child(2n) p, div#contenido &gt; div:nth-child(2n) span,div#contenido &gt; div:nth-child(2n) div {
  background-color: #27b5b7;
  color: #eee;
}

div.season button {
  border: none;
  color: whitesmoke;
  padding: 14px 28px;
  border-radius: 5px;
  background-color: #1a89ff;
  transition: transform 0.3s;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  right: 320px;
  display: block;
}

div.season button:hover {
  background-color: #007bff;
}

div.season button:active {
  transform: scale(0.9);
}
</pre></body></html>