body {
  background-image: url(/images/about-me/gumbi.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

.container {
  width: 100vw;
  height: 100vh;
}

.about-me {
  text-align: center;
  position: fixed;
  top: 50%;       
  left: 50%;       
  transform: translate(-50%, -50%);
  font-size: 4rem;
}

.about-me-h1 {
  text-decoration: none;
  color: #ffffff;
  text-shadow: 2px 2px #003300;
  }

.about-me-h1:hover {
  color: #f2f2f2;
  text-shadow: 2px 2px #003300;
  }

.popup-close {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0;
  filter: alpha(opacity=80);
}
.popup {
  display: none;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  padding: 16px;
  z-index: 1002;
  align-content: center;
}

.popup-book {
  position: relative;
  width: auto;
  height: 95%;
  }

.popup-region {
  position: absolute;
  left: 10%;
  top: 5%;
  width: 80%;
  height: 90%;
  }

.heart {
  position: absolute;
  width: auto;
  height: 80vh;
  top: 5vh;
  left: -3vw;
  z-index: -1;
  }

.desk {
  position: absolute;
  width: auto;
  height: 60vh;
  bottom: 0vh;
  right: -20vh;
  z-index: -1;
  }



@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(/fonts/AnalogueOS-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  } 
    
h1 {
  font-family: humantooth; 
  }

p {
  font-family: AnalogueOS;
}
  