body {
  text-align: center;
}

/* Jumbotron section */
.musik-title {
  background-color: #EEE;
  padding: 150px 0 5%;
}

.jumbotron-heading {
  font-family: 'Metal Mania', cursive;
  font-size: 5rem;
}

.jumbotron-text {
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 500;
}

/* Musik section */
.musik-container {
  background-color: #323232;
}

.musik-container {
  padding: 3% 15%;
}

.musik-heading {
  color: #fff;
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 5%;
}

.audio-container {
  padding-bottom: 3%;
}

source {
  height: 100px;
}

audio {
  width: 100%;
  padding-bottom: 10%;
}

.audio-heading {
  color: #fff;
  font-family: 'Metal Mania', cursive;
  font-size: 2rem;
}

/* Horrisontal rule */
.hr-wrapper {
  background-color: #323232;
  padding-bottom: 3%;
}

hr {
  background-color: #323232;
  border-style: dotted none none none;
  border-width: 7px;
  border-color: #dee3e2;
  color: #dee3e2;
  width: 50px;
}
