@font-face {
  font-family: "ambitsek";
  src: url("ambitsek.ttf") format("truetype");
}
@font-face {
  font-family: "petiote";
  src: url("petiote.ttf") format("truetype");
}
@font-face {
  font-family: "bit3";
  src: url("Bit3.ttf") format("truetype");
}
@font-face {
  font-family: "kindergarten";
  src: url("kindergarten.ttf") format("truetype");
}
body{
  background-color: rgb(252, 232, 158);
}
.b { 
   margin-left: 200px;
  margin-top: -170px;
  z-index: 1;
  position: absolute;
}
.papier{
  margin-top: 30px;
  margin-left: 40px;
  position: absolute;

  
}
.anatomy{
  font-family: kindergarten;
  font-size: 85px;
  color:rgb(86, 80, 72);
  margin-left: 30px;
  margin-top: 20px
}
p{
  font-size: 40px;
  margin-top: 5px;
}
.button{
  
  margin-top: 250px;
  margin-left: 10px;
  position: absolute;
}
.ho{
  font-family: kindergarten;
  font-size: 30px;
  position: absolute;
  margin-top: 300px;
  margin-left: 160px;
  color: rgb(86, 80, 72);
  font-weight: bold;
}

.ftooltip {
  position: relative;
  display: inline-block;
  
}

.ftooltip .ftooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: rgb(40, 27, 27);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 30px ;
font-family: ambitsek;
  /* Position the tooltip */
 position: absolute;
  z-index: 9;
 
  bottom: 110%;
  left: 50%;
  margin-left: -550px;
  margin-top: 220px;
  top:0%;
 line-height: 0px;
}
.ftooltip .ftooltiptext::after {
 content: " ";
  position: absolute;
  top: 50%;
  left: 100%; /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(40, 27, 27);
}
.ftooltip:hover .ftooltiptext {
  visibility: visible;
}

.kin1{
  
  margin-top: 330px;
  margin-left:550px;
  position: absolute;

}
.kin2{
  
  margin-top: 440px;
  margin-left:620px;
  position: absolute;
 
}
.kin3{
  
  margin-top: 225px;
  margin-left:650px;
  position: absolute;
 z-index: 3;
}
.kin4{
  
  margin-top: 335px;
  margin-left:670px;
  position: absolute;
 z-index: 4;
}

.kin5{
  
  margin-top: 210px;
  margin-left:770px;
  position: absolute;
 z-index: 3;
}
.kin6{
  
  margin-top: 440px;
  margin-left:740px;
  position: absolute;
 z-index: 5;
}
.kin7{
  
  margin-top: 325px;
  margin-left:790px;
  position: absolute;
 z-index: 3;
}
.kin8{
  
  margin-top: 245px;
  margin-left:905px;
  position: absolute;
 z-index: 3;
}
.kin9{
  
  margin-top: 360px;
  margin-left:905px;
  position: absolute;
 z-index: 3;
}
.kin10{
  
  margin-top: 290px;
  margin-left:1025px;
  position: absolute;
 z-index: 3;
}
.kin11{
  
  margin-top: 410px;
  margin-left:1025px;
  position: absolute;
 z-index: 3;
}
.kin12{
  
  margin-top: 485px;
  margin-left:1140px;
  position: absolute;
 z-index: 3;
}
.kin13{
  
  margin-top: 480px;
  margin-left:855px;
  position: absolute;
 z-index: 3;
}
.kin14{
  
  margin-top: 525px;
  margin-left:1020px;
  position: absolute;
 z-index: 3;
}
.kin15{
  
  margin-top: 555px;
  margin-left:860px;
  position: absolute;
 z-index: 3;
}
.kin16{
  
  margin-top: 640px;
  margin-left:980px;
  position: absolute;
 z-index: 3;
}
.kin17{
  
  margin-top: 638px;
  margin-left:1096px;
  position: absolute;
 z-index: 3;
}
.kin18{
  
  margin-top: 595px;
  margin-left:770px;
  position: absolute;
 z-index: 6;
}
.kin19{
  
  margin-top: 400px;
  margin-left:1140px;
  position: absolute;
 z-index: 2;
}
.tooltip {
  
  position: relative;
  display: inline-block;
z-index: 10;
 border: 5px solid rgb(69, 28, 23);
 line-height: 10px;
  margin-bottom: 5px;

}

/* Tooltip text */
.tooltip .tooltiptext {

  visibility: hidden;
  width: 120px;
  background-color: rgb(71, 27, 20);
  color: #e1d2c8;
  text-align: center;
  padding: 5px 0px;
  border-radius: 6px;
 font-family: bit3;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 9;
  
  bottom: 110%;
  left: 50%;
  margin-left: -60px;
 line-height: 15px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}