:root{
  --clr-terminal: #FEAF06;
  
}

 @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: Pixel; src: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/FONTS/Px437_IBM_3270pc.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-terminal);
  font-family:'OCRAM';
  font-size:14px; 
  letter-spacing:1px;
}

.tablabel{
  color: black;
  font-family:'OCRAM';
  font-size:16px;
  background-color: var(--clr-terminal);
}

.glow{
  text-shadow:1px 1px 10px var(--clr-terminal);
}

.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: 30px solid;
  border-image: url(https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/IMG/theme_specific/terminal/border.png) 130 stretch;
  margin: 0px;
}
  
  .item_greybg{
    background-color: transparent;
    color: var(--clr-light);
    font-size:18px; 
    letter-spacing:1px;
    font-family:'OCRAM';
    border: 2px dashed var(--clr-terminal);
    
  }
  
.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: 2px;
  align-items: flex-start;
  justify-content: flex-start;
  border: 2px dashed var(--clr-terminal);
  margin-left: 4px;
  flex-wrap: wrap;
  font-size: 14px;
  background-color: transparent;
  color: var(--clr-terminal);
  user-select: none;
  
}

.navigation_button:active{
  
  background-color: var(--clr-terminal);
  
}

.navigation_button_active{
  
  background-color: var(--clr-terminal);
  color: black;
  
}

.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/theme_specific/terminal/bg.png');
  width: auto;
  height: 500px;
}

.namecard{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: auto;
  height: 40px;
  font-family: 'OCRAM';
  color: black;
  background-color: var(--clr-terminal);
}

.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;
  color: var(--clr-terminal);
}

.outfit_toggle:active{
  background-color: var(--clr-terminal);
  color: black;
}

.outfit_toggle_active{
  background-color: var(--clr-terminal);
  color: black;
}

.musicbox{
  display: flex;
  flex-direction: column;
  jusfiy-content: flex-center;
  color: var(--clr-terminal);
  margin-top: -1px;
  width: auto;
  height: 150px;
  padding: 0x;
  font-size: 12px;
  overflow:auto;
  flex-shrink: 0;
  
}

audio{
  background-color:var(--clr-terminal);
  align-self: center;
  padding:2px; 
  width:249px;
  height:25px;
}
