body {
  direction: ltr;
  margin: 0px;  background: url("about_images/dot.png");  text-align: center;
  background-attachment: fixed;
}


.meow {
  width: 983px;
  height: 700px;
  background-image: url("about_images/aboutbg.png");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 110px;
     position: absolute;

  margin: auto;

  padding-top: 140px;
  padding-left: 230px;
  padding-right: 180px;
  box-sizing: border-box;
  font-family: 'garabossenonpareille';
  text-align: left;

}

.whoisbehind{
  width: 290px;
  height: 600px;
  background-image: url("about_images/whodis.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: 10px ;
   position: absolute;
  top: 3px;
  left: 1000px;

  margin: auto;
  
  padding-top: 380px;
  padding-left: 90px;
  box-sizing: border-box;
  font-family: 'garabossenonpareille';
  text-align: left;

}

.hamster{
  width: 290px;
  height: 600px;
  background-image: url("about_images/meirl.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: 10px ;
   position: absolute;
  top: 280px;
  left: 1200px;

  margin: auto;
  
  padding-top: 380px;
  padding-left: 90px;
  box-sizing: border-box;
  font-family: 'garabossenonpareille';
  text-align: left;
  
  display: block;
}



.slot {
  border: none;
  border-bottom: 2px solid black;
  background: transparent;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
}

