body {
  margin: 0;
  background-color: #ffffff;
  color: #57001e;
  font-family: Nashville, sans-serif;
  cursor: url('img/cursor.png'), auto;
  font-size: 30px;
  
}
a, button, .clickable {
  cursor: url('img/cursor.png'), pointer;
}

.reproductor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
  text-align: center;
}

iframe {
  width: 80%;
  max-width: 800px;
  height: 450px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.sinopsis {
  max-width: 800px;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #ccc;
}

#volver {
 
  color: #00cf1f;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
#boton-descarga{
  
  color: #57001e;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
.fondo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  
}
@font-face {
  font-family: 'Nashville';
  src: url('fonts/Nashville.ttf') format('truetype');
}

