body{
  background-image:url(https://i.imgur.com/YSr0XOX.jpg);
  background-size:100vw
}
.btn-clash.one {
  border: none;
  border-radius: 5px;
  font-family: 'Lilita One', sans-serif;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 14px 50px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffbd21;
  color: #fff;
  box-shadow: 0 6px #ae6a06, -1px 8px 0 black, 0 0 0 2px black, 0px 6px 0px 2px black;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn-clash.one:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-clash.one:hover {
  box-shadow: 0 4px #ae6a06, 0 0 0 2px black, 0px 4px 0px 2px black;
  top: 2px;
}
.btn-clash.one:active {
  box-shadow: 0 0 #ae6a06, 0 0 0 2px black, 0px 0px 0px 2px black;
  top: 6px;
}
.btn-clash.one .overlay {
  width: 95%;
  height: 87%;
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 4px #fe8d0a;
  border-radius: 5px;
  top: 2px;
  left: 5px;
}
.btn-clash.one .overlay + .overlay {
  height: 45%;
  width: 92.5%;
  left: 7px;
  border-radius: 5px;
  top: 6px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
.btn-clash.one .overlay + .overlay + .overlay {
  width: 5px;
  height: 8px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 200px;
  right: 8px;
  left: auto;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

h1{
  text-align: center;
  font-size: 5vw;
  font-family:'Rowdies', sans-serif;
  color: white;
  text-shadow: 0.7vw 0.3vw 0.3vw black;
}
#viejo{
  padding:3vw;
}
#nuevo{
  float: right;
}
#musica{
  flex-direction: row;
}
  .transparent-button {
  background-color: transparent;
  border: 1px solid transparent;
  color: #333; /* Cambia el color del texto a tu preferencia */
  padding: 36px 81px; /* Ajusta el relleno según tus necesidades */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.transparent-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.batalla {
  display:flex;
  margin:auto;
}