body {
  color: white;
  background-image:url(/images/backgrounds/trippystars.png);
  font-family: AnalogueOS; 
  }

@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;
  } 
  
.info-vinny {
  position: absolute;
  display: inline-block;
  width: 300px;
  height: auto;
  top: 30%;
  right: 5%;
  }

.standing {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  }

.speech-bubble {
  position: absolute;
  width: 250px;
  height: auto;
  top: -160px;
  left:-160px;
  z-index: 2;
  }

.info-text {
  position: absolute;
  width: 150px;
  top: -110px;
  left:-110px;
  z-index: 3;
  color: black;
  }

.kick {
  position: absolute;
  width: 300px;
  height: auto;
  top: 20px;
  left: 5%;
  z-index: 2;
  }

.twisting1 {
  position: absolute;
  width: auto;
  height: 200px;
  top: 20px;
  left: 10%;
  z-index: 1;
  }