#text {
  margin:50px;
  border:2px solid #780245;
  padding:20px 20px 20px 70px;
  width:60%;
  min-height:131px;
  box-shadow:2px 2px 1px #780245;
}

.didYouKnow {
  font-weight: normal; 
  color: white; 
  background-color:#780245;
  width:max-content;
  text-shadow: 1px 1px 1px 1px; 
  margin-top:69px;
  padding:5px;
  transform: rotate(-90deg);
  position:absolute;
  margin-left:-17px;
}

.box {
  margin-left:6%;
}

#didYouKnowNext {
  margin-left:80%;
  display:block;
}

@media only screen and (max-width: 500px) {
  .box{
    margin-left: 0%;
  }
}