body {
  background-image: url(images/about-me/gumbi.jpg);
}


.heart {
  position: absolute;
  width: auto;
  height: 35vh;
  top: -10%;
  left: 0%;
  }

.desk {
  position: absolute;
  width: auto;
  height: 80vh;
  bottom: 0%;
  right: -30%;
  }



@font-face {
  font-family: humantooth;
  src: url(fonts/humantooth-type-v1.ttf); /* shoutout humantooth ! https://humantooth.neocities.org/home https://humantooth.neocities.org/font-table*/
  }
  
@font-face {                  
  font-family: 'AnalogueOS';
  src: url(https://humantooth.neocities.org/fonts/AnalogueOS-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  } 
    
h1 {
  font-family: humantooth; 
  }

p {
  font-family: AnalogueOS;
}
  