

#watch-btn {
  padding: 12px 24px;
  font-size: 18px;
  background-color: #ff0000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#watch-btn:hover {
  background-color: #cc0000;
}

#player-container {
  margin-top: 20px;
  display: none;
}
