* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #0b0b0b;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.player-container {
  width: 100%;
  max-width: 900px;
}

h2 {
  margin-bottom: 10px;
}

iframe {
  width: 100%;
  height: 480px;
  border: none;
  border-radius: 6px;
}

.controls {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

button {
  padding: 10px 16px;
  font-size: 15px;
  cursor: pointer;
}

.episódios {
  display: none;
}