.container-box {
  width: 310px;
  margin: 0 auto;
  color: black;
  font-size: 18px;
  text-align: center;
  padding: 5px;
}

@media screen and (min-width: 576px) {
  .container-box {
    width: 550px;
  }
}

@media screen and (min-width: 768px) {
  .container-box {
    width: 750px;
  }
}

.music__image {
  width: 65px;
}

.music__title {
  padding: 0;
  margin: 0 10px;
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.video {
  padding: 10px;
}

.videoplayer {
  width: 300px;
  height: 169px;
}

@media screen and (min-width: 576px) {
  .videoplayer {
    width: 560px;
    height: 315px;
  }
}

.button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}

.button2 {
  border: 1.5px outset black;
}
