@font-face {
    font-family: p4font;
    src: url("https://xixxii.neocities.org/fonts/p4font.otf");
    }
    
    * {scrollbar-color: yellow black;}
    
    body {
      background-color: #212121;
      color: white;
      height:auto;
      background-image:url("/fandom/imgs/vhs.png"); 
      background-repeat:repeat;
      background-attachment: fixed;
      cursor: url(''),;
      font-family: 'p4font';
      line-height:1.1;
    }
    
    .header {
        margin:auto;
    }
    
    .flexcontainer {
        display: flex;
         flex-direction: row;
         flex-wrap: nowrap;
         margin-top:200px;
         justify-content: center;
         align-items:flex-start;
    }
    
    .left { width:10%;
    min-width:160px;
     border-style: solid;
      border-color: black;
      border-width: 1px;
      margin:10px;
      padding:10px;
      background-color:#282828;
      position:relative;
    }
    
    .right {width:10%;
    min-width:160px;
     border-style: solid;
      border-color: black;
      border-width: 1px;
      margin:10px;
      padding:10px;
      background-color:#282828;
      position:relative;
      }
    
    .txt {
     text-align: left;
     min-width:300px;
      height:80%;
      font-size: 16px;
      padding:25px;
      margin:10px;
      position: relative;
      overflow: auto;
       width: 50%;
      border-style: solid;
      border-color: black;
      border-width: 1px;
      background-color:#282828;
      
    }
    
    .eyepic {position:absolute;
    top:130px;
    }
    
    .dangling {position:absolute;
    top:383px;
      
    }
    
    a {color:yellow;}
    
      a:hover {color:black;}
    
    .tvpile {position:fixed;
    bottom:-20px;
    right:0;}
    
    .sexyflex {display:flex;
        align-items:center;
    width:100%;
overflow:auto;
border: yellow 1px dotted;}

.sexyflex img {max-width:400px;
    max-height:600px;
}
    
    .cornerimg {
      position:fixed;
        right: 0;
        bottom:0;
        z-index:-100;
        margin:0;
        padding:0;
    }