body {
  position: relative;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 20px;
  background: white;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}

.episodio p {
  display: inline-block;
}

#logo {
  position: absolute;
  width: 900px;
  cursor: grab;
  user-select: none;
  z-index: 1000;
}

a {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  color: #29619e;
}

a:active {
  color: #29619e;
}

.new {
  color: #ffc92c;
  font-style: italic;
}

h1 {
    color: black;
    margin: 0
}

h1:hover {
  color: #29619e;
}