body {
  background-color: hsl(65, 100%, 20%);
  height: 1050px;
}
h3 {
  font-family: 'Poppins', sans-serif;
  margin: 1em 0 0 0;
  border-radius: 1em;
  background: linear-gradient(90deg, rgba(0,60,60,1) 0%, rgba(0,80,80,0.1) 100%); 
}
.flexer {
  display:flex;
  justify-content: space-between;
  align-items:center;
}
.flexer img {
  opacity: 0;
  width: 3em;
}
.flexer p {
  width: 80%;
}
#dateNums, #timeNums, #randNums {
  text-align:justify;
}
#averagePrice {
  font-weight:bold;
}
#mursuBottom {
  background-color: hsl(65, 100%, 30%);
  padding: 0.4em;
  height: 0px;
  transition: height 0.5s;
  overflow: auto;
  border:none;
  color:ghostwhite;
}
#mursuBottom p, #mursuBottom span {
  font-size:1em;
  text-align:center;
}
#mursuTop {
  position:relative;
}
#speech {
  position: absolute;
  opacity: 0;
  left: -30px;
  top: 0px;
  margin: 0;
  padding: 0;
  scale: 150%;
}
#speechImg {
  max-width: unset;
  position: absolute;
}
#speechTxt {
  top: 10px;
  left: 15px;
  width:140px;
  text-align:left;
  margin: 0;
  padding: 0;
  position: absolute;
  font-size: 13px;
  color: black;
  font-variant: small-caps;
}
#theMursu {
	cursor:pointer;
}

@media only screen and (max-width: 600px) {
  #dateNums, #timeNums, #randNums {
    font-size:1em;
  }
  #speech {
    scale: 90%;
    left: -10px;
  }
}
