.mySlides {
  display: none;
}

body {
  background-color: rgb(255, 235, 211);
  font-family: Verdana, sans-serif;
}

.head {
  margin-top: 20px;
  margin-right: 20vw;
  margin-left: 20vw;
  text-align: center;
  font-size: 30px;
  background-color: #6f459e;
  color: white;
  border-radius: 19px;
  font-weight: bolder;
}

.data-container {
  width: 80%;
  
  height: 364px;
  margin: auto;
  position: relative;
}

.bar {
  width: 8px;
  margin-left: 17rem;
  margin-right: 20rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgb(0, 183, 255);
  transition: 0.2s all ease;
}

.bar__id {
  display: none;
  margin-left: 10px;
}
#ele {
  text-align: center;
  height: 35px;
  display: none;
}
