body {
  /* background-color: rgb(175, 175, 175); */
  background: url("Red-Waves.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  width: 100vw;
}

.flex {
  display: flex;
}

header {
  flex-wrap: wrap;
  justify-content: center;
}

h1 {
  background-color: rgb(0, 0, 0);
  color: aliceblue;
  font-size: 3em;
  padding: 5%;
  width: fit-content;
  text-align: center;
}

h2 {
  background-color: rgb(0, 0, 0);
  color: aliceblue;
  font-size: 2em;
  padding: 3%;
  text-align: center;
  width: 100%;
}

h3 {
  background-color: rgb(0, 0, 0);
  color: aliceblue;
  /* font-size: 2em; */
  padding: 3%;
  text-align: center;
  width: 51%;
}

h4 {
  width: fit-content;
  text-align: center;
}

h5 {
  padding: 5px;
}

main {
  flex-wrap: wrap;
  justify-content: center;
}

section {
  justify-self: center;
  width: 100%;
}

article {
  flex-wrap: wrap;
  justify-content: center;
  /* opacity: 100%;
  z-index: 1000; */
}

footer {
  color: whitesmoke;
}

.div1 {
  background-color: rgb(255, 255, 255);
  justify-content: flex-end;
}

.div1a {
  position: absolute;
  left: 8%;
}

.div2a {
  position: absolute;
  left: 18%;
}

.div3a {
  position: absolute;
  left: 28%;
}

.div5a {
  position: absolute;
  left: 48%;
}

.div6a {
  position: absolute;
  left: 58%;
}

.div8a {
  position: absolute;
  left: 78%;
}

.div9a {
  position: absolute;
  left: 88%;
}

.divs {
  background-color: white;
  border: 1px solid;
  cursor: pointer;
  display: flex;
  height: 200px;
  width: 10%;
}

.divas {
  background-color: black;
  cursor: pointer;
  height: 125px;
  width: 4%;
}

.buttercup {
  margin-top: 15px;
  width: 50%;
}

.paragraph-article {
  text-align: center;
  width: 40%;
}

.audioTracksContainer {
  background-color: whitesmoke;
  /* flex-wrap: wrap; */
  justify-content: center;
  margin: 5%;
  padding: 5px;
}

.audioBoxes {
  padding: 5px;
}