#ytmp3-box {
  background: #161515;
  color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  margin: auto;
  text-align: center;
}

#ytForm input {
  width: 70%;
  padding: 10px;
  border-radius: 4px;
  border: none;
  margin-right: 8px;
}

#ytForm button {
  padding: 10px 16px;
  background: #00b3ff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#result {
  margin-top: 20px;
}
