body {	
	background-color: #e2e628;
}

 .legende {
  
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 1;
  cursor: text;
  transform: (-50% , -50%);
  transition: transform .2s, left .2s, top .2s;

}

.legende:hover {
  transform: scale(3); 
  left:270px;
  top: 100;
}

 .why {
  
  display: flex;
  justify-content: center;

}

.tellmebl {
  width: 20%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
  cursor: text;
  
}
