#toggle_stats:hover{
  background-color: #1727D8;
  color:white;
  cursor: pointer;
}

#toggle_stats {
  margin: 20px;
  cursor: pointer;
  position: fixed;
  border-radius: 20px;
  bottom: 0;
  left: 0px;
  z-index: 500;
  color: #1727D8;
  background-color: white;
  height:40px;
  border : 2px solid #1727D8;
  /* transition: 0.2s ease; */
}

#toggle_stats p {
  margin: 4px;
  font-size: 1.5em;
  text-align: center;
}

#watchall:hover {
  background-color: #1727D8;
  color:white;
  cursor: pointer;
}

#watchall p:hover{
  color:white;
}

#question_data{
  display: none;
  margin: 20px;
  cursor: default;
  position: fixed;
  border-radius: 20px;
  bottom: 60px;
  left: 0px;
  z-index: 500;
  color: #1727D8;
  background-color: white;
  border : 2px solid #1727D8;
  transition: 1s ease;
}
#movements_stats {
display: inline-block;
margin-bottom: 20px;
}
#movements_stats p{
  color: #1727D8;
  text-align: left;
}

#emotions_stats {
  display: inline-block;
  margin-bottom: 20px;

}
#emotions_stats p{
  color: #1727D8;
  text-align: left;
  margin: 0px;
}
