body {
  color: white;
  background-image:url(/images/backgrounds/pattern-357.gif);
  font-family: AnalogueOS; 
  text-shadow: 2px 2px #003300;
  }

@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; 
  }
  

.full-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 1em;
  width: 90%;
  }
  
.plush-box {
  width: 300px;
  height: 110%;
  background-image:url(/images/backgrounds/pattern-388.gif);
  font-size: 1.5rem;
  text-shadow: 2px 2px #003300;
  }
  
.plush-img {
  width: 90%; 
  object-fit: cover;
  border-width: 8px;
  border-style: solid;
  border-image: url("https://static.tumblr.com/yn7vk7p/DfHmp40xm/bo-ha26.gif") 8 fill round;
  }    
  
