.OhO {
  display: none;
}

#sectionStrings {
  width: 30vw;
  height: 10vh;
  position: absolute;
  top: 50vh;
  left: 30vh;
  background-color: red;
}
#sectionWoodwinds {
  width: 30vw;
  height: 10vh;
  position: absolute;
  top: 50vh;
  left: 30vh;
  background-color: yellow;
}
#sectionBrass {
  width: 30vw;
  height: 10vh;
  position: absolute;
  top: 50vh;
  left: 30vh;
  background-color: green;
}
#sectionPercussion {
  width: 30%;
  height: 10%;
  position: absolute;
  top: 35%;
  left: 25%;
  border: 2px solid blue;
}

/* ORKESTSECTIES */
text {
  font-family: "Arial", sans-serif;
  /* font-weight: bold; */
  font-size: 25px;
}

#svg-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  text-align: center;
}

.highlight {
  fill: transparent;
  stroke: white;
  cursor: pointer;
}

/* Cover Instruments */
.silhouette {
}

.questMark {
  height: 10px;
  width: 10px;
}
