header {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}

body {
  display: flex;
  align-items: center;
}
body .content {
  margin-top: 200px;
}
body .content .contactBtn {
  font-family: "Cormorant Garamond", serif;
  color: var(--text_color);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 15px 50px;
  border: 1px solid var(--text_second_color);
  border-radius: 10px;
  transition: 0.5s;
}
body .content .contactBtn:hover {
  color: var(--text-background-color);
  background-color: var(--text_second_color);
}
body .content .box {
  width: 100%;
}
body .content .box ul {
  margin-bottom: 20px;
}
body .content .box iframe {
  margin-top: 10px;
  margin-bottom: 20px;
  height: 550px;
  max-width: 1000px;
  width: 80%;
}
body .content .box iframe[title="YouTube video player"] {
  margin-bottom: 80px;
}
body .content .box > div {
  margin-bottom: 100px;
}

@media (max-width: 750px) {
  body .content .box iframe {
    height: 315px;
    width: 100%;
  }
}/*# sourceMappingURL=music.css.map */