@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-Regular;
  src: url(/fonts/AnalogueOS-Regular.woff);
  }
  
@font-face {                  
  font-family: 'Another-Birdhouse';
  src: url(/fonts/Another-Birdhouse.ttf);
  font-weight: normal;
  font-style: normal;
  }

@font-face {                  
  font-family: 'Another-Birdhouse-Light';
  src: url(/fonts/Another-Birdhouse-Light.ttf);
  font-weight: normal;
  font-style: normal;
  } 
    
h1 {
  font-family: humantooth; 
  }
  
p {
  font-family: AnalogueOS-Regular;
  }
  
h3 {
  font-family: Another-Birdhouse;
  color: black;
  }  

li {
  font-family: Another-Birdhouse-Light;
  color: black;
  }


body {
  background-image: url(/gym-journey/IMG1_3568.JPG);
  background-size: cover;
  }

/*content */


.container{
  position: relative;
  width: 80%;
  height: auto;
  max-width: 720px;
  margin-left: 48;
  margin-top: 30px;
  transform: rotate(-2deg);
  font-size: 1.8vw;
  }

@media (min-width: 900px) {
  .container {
    font-size: 16px; /* lock it */
  }
}

.intro-text { 
  position: absolute;
  width: 25%;
  left: 23%;
  height: 25%;
  top: 5%;
  z-index: 3;
  transform: rotate(-7deg);
  font-size: 1.15em;
  }
  

.gif-container {
  position: absolute;
  width: 100%;
  height: 100%;
  }

.gym-gifs {
  position: absolute;
  width: 34.5%;
  left: 57%;
  height: auto;
  top: 8%;
  z-index: 3;
  transform: rotate(5deg);
  cursor: pointer;
  }

.gif-frame {
  position: absolute;
  width: 35%;
  left: 57%;
  height: auto;
  top: 5%;
  z-index: 4;
  transform: rotate(5deg);
  cursor: pointer;
  }

.gym-gif-text {
  position: absolute;
  height: auto;
  width: 35%;
  left: 53%;
  top: 28%;
  z-index: 6;
  transform: rotate(2deg);
  font-size: 1em;
  }

.click-me {
  position: absolute;
  width: 6.7%;
  left: 84%;
  height: auto;
  top: 23%;
  z-index: 5;
  transform: rotate(5deg);
  cursor: pointer;
  }

.notepad {
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
  }
  
.information-text-container {
  position: absolute;
  height: 55%;
  top: 35%;
  width: 70%;
  left: 23%;
  z-index: 2;
  overflow-y: scroll;
  font-size: 2em;
  }
  