@font-face {
  font-family: "Yoster";
  src: url("/fonts/yoster.woff") format("woff");
}

                  @font-face {
                      font-family: Romance;
                      src: url("/fonts/RomanceA.ttf");
                      
                  }

                  @font-face {
                      font-family: plushie;
                      src: url("/fonts/plushie.woff");
                      
                  }

                  @font-face {
                      font-family: PC9800;
                      src: url("/fonts/pc-9800.ttf");
             
                  }

                         @font-face {
                      font-family: PC9800;
                      src: url("/fonts/pc-9800-bold.ttf");
                      font-weight: bold;
                  }

                        @font-face {
                      font-family: Rainy;
                      src: url("/fonts/rainyhearts.ttf");
             
                  }
                      @font-face {
                      font-family: MonoR;
                      src: url("/fonts/mononoki-Regular.ttf");
             
                  }

                          @font-face {
                      font-family: BS;
                      src: url("/fonts/BS.ttf");
             
                  }
          
                  @font-face {
  font-family: "Alk";
  src: url("/fonts/Alkhemikal.ttf") format("truetype");
                  }
                   @font-face {
                      font-family: Kiwi;
                      src: url("/fonts/KiwiSoda.ttf");
             
                  }

                  a:link {
  color: rgb(67, 177, 228);
}

h1, h2, h2{

font-family: 'BS', sans-serif;


}

body {
	font-family: 'Alk', sans-serif;
  background-color: #0003c9;
color: #fff;
font-size:25px;

  


}

.credit a{

font-size:30px;


}

.credit a:visited{

color: #000;


}

.credit a:hover{

               
    color: rgb(255, 220, 61);
    font-family: 'BS', monospace;
    text-decoration: underline;
    font-size: 30px;
height: auto;


}

.top-menu{
  background-color: #0000AA;
  overflow: hidden;
  display: flex;
flex-direction: row;
justify-content: space-evenly;




}

.top-menu a{
    margin-right:6px;
color: #ffffff;
font-family: 'BS', sans-serif;
font-size: 30px;
text-decoration: none;



}

.top-menu a:active{


color: rgb(253, 255, 118);


}

.top-menu a:hover{

color:#aa9f00; 
 color: rgb(255, 220, 61);
    font-family: 'BS', monospace;
    text-decoration:none;
    font-size: 30px;
height: auto;



}
.top-menu a:active{


color: rgb(253, 255, 118);


}

.top-menu a:visited{


color: #fff;

}

@media screen and (max-width: 600px) {
  .top-menu a:not(:first-child) {display: none;}
  .top-menu a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .top-menu.responsive {position: relative;}
  .top-menu.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .top-menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.postsBar {
    width: 400px;
    min-height: 100%;
    border-right: 1px solid #ffffff;
    padding: 20px;
    position: fixed;
    overflow: auto;
}

.postList {
    display: block;


}

.content {
border: 3px solid #fff;
padding:50px;
display: flex;
justify-content: left;



}

iframe {
	height: 100%;
	width: 100%;
	border: none;
    font-family:'Alk', Times, serif;
    color: #fff;
}

main{
    font-family: 'Alk', sans-serif;
    height: 100%;
    width: 100%;
    color: #fff;


}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}
.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}
.crt {
  animation: textShadow 1.6s infinite;
}
