:root{
  --clr-grey: #5A5A5A;
  --clr-light: #DBD9D8;
  --clr-grn: #8EAE08;
  
}

 @font-face { 
   font-family: OCRAM; src: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/FONTS/OCRAM%20REGULAR.TTF')  format('truetype'); 
} 

@font-face { 
  font-family: Consolas; src: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/FONTS/CONSOLA.TTF')   format('truetype');
}

body{
  background-image: url("https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/IMG/BGs/bg_fnaf1.png");
   background-repeat: repeat;
  
}

.standardtext{
  color: var(--clr-light);
  font-family:'Consolas';
  font-size:14px; 
  letter-spacing:1px;
}

.main_container {
  display: flex;
  background-color: black;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-items: space-evenly;a
  width: 800px;
  height: 680px;
  padding: 5px;
  border: 2px solid var(--clr-light);
  margin: 0px;
}
  
  .item_greybg{
    background-color: var(--clr-grey);
    color: var(--clr-light);
    font-size:18px; 
    letter-spacing:1px;
    font-family:'OCRAM';
    border: 2px solid var(--clr-light);
  }
  
.item_blackbg{
    background-color: black;
    color: var(--clr-light);
    font-size:18px; 
    letter-spacing:1px;
    font-family:'Consolas';
    border: 1px solid var(--clr-light);
  }

.blip{
  display:none;
  position: absolute;
  margin-top: 42px;
  margin-left: -5px;
  width: 500px;
  height: 640px;
  opacity: 0.5;
  background-image: (url='https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/IMG/Animated/blip_anim.gif');
}
  
.leftside{
  display:flex;
  flex-direction:column;
  width:500px;
  height:680px;
  
  
}

.navigation_container{
  
  display: flex;
  width: 490px;
  height: 40px;
  padding: 0px;
  align-items: center;
  justify-content: space-evenly;
  
}

.navigation_button{
  
  display: flex;
  width: 90px;
  height: 40px;
  padding: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  border: 2px solid var(--clr-light);
  margin-left: 4px;
  flex-wrap: wrap;
  font-size: 16px;
  background-color: var(--clr-grey);
  user-select: none;
  
}

.navigation_button:active{
  
  background-color: var(--clr-light);
  
}

.navigation_button_active{
  
  background-color: var(--clr-grn);
  
}

.main_paragraph{
  display:none;
  flex-direction: column;
  padding: 5px;
  margin-top: 5px;
  overflow:auto;
}

.main_paragraph_active{
  display:flex;
}

.rightside{
  display:flex;
  flex-direction:column;
  align-content: center;
  width:300px;
  height:680px;
}

.profile{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background-image: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/IMG/BGs/Img_BG.png');
  width: auto;
  height: 500px;
}

.namecard{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: auto;
  height: 40px;
  font-family: 'Consolas';
}

.keyart{
  display:none;
  height: 420px; 
  width: 270px;
  background-size:contain; 
  background-repeat:no-repeat; 
  background-position:center; 
  filter: drop-shadow(5px 5px 2px #000000);
  transition: opacity 0.1s ease-in-out;
}

.keyart_fade{
  opacity: 0;
}

.keyart_active{
  display:block;
}

.outfits{
  display: flex;
  flex-wrap: wrap;
  width: 110%;
  justify-content: space-evenly;
  
}

.outfit_toggle{
  display:flex;
  font-size: 16px;
  padding: 2px;
  width:28%;
  height: 30px;
  justify-content: flex-start;
  margin-top: 20px;
  user-select: none;
}

.outfit_toggle:active{
  background-color: var(--clr-light);
}

.outfit_toggle_active{
  background-color: var(--clr-grn);
}

.musicbox{
  display: flex;
  flex-direction: column;
  jusfiy-content: flex-center;
  margin-top: -1px;
  width: auto;
  height: 150px;
  padding: 0x;
  font-size: 12px;
  overflow:auto;
  flex-shrink: 0;
  
}

audio{
  background-color:var(--clr-grn);
  align-self: center;
  padding:2px; 
  width:249px;
  height:25px;
}
