#details{
  background: rgb(244, 244, 244)
}
#resultContainer{
  position: static;
  display: flex;
  flex-direction: column;
  width: auto;
  margin: 0 20vw 80px 20vw;
  top: 1000px;
  background-color: rgba(0,0,0,0);
  box-shadow: 0;
  border-radius: 7px;
  padding: 20px;
  opacity: 60%;
}
#resultTitleContainer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#resultText{
  width: 56vw;
}
#resultImage{
  float: right;
  height: 50px;
  width: 50px;
}
#resultDate{
  margin: 0;
  height: 10px;
}
#resultClasses{
  font-size: 12px;
}