body {
  background-image:url('https://katerpillar.neocities.org/assets/background.jpg');
  background-attachment:fixed;
  background-size:100% 100%;
  
}
#whatevre {
  margin:50px 0px 0px 100px;
  width:1000px;
  display:flex;
  align-items:baseline;
}

#info {
  width:400px;display:inline-block;margin-left:20px;
}

#tooltip {
  position:absolute;
  bottom:-50px;
  right:-10px
}