    @font-face {
     font-family: "xp"; 
     src: url("https://neurotoxin.moe/r/font/XPTahoma.ttf") format("truetype"); }
    
    @font-face {
      font-family: "tahoma"; 
      src: url("https://neurotoxin.moe/r/font/TahomaRegular.ttf") format("truetype"); }
    
    p { 
     font-family: "xp";
     font-size: 20px;
     margin: 15px;
     margin-right: 20px;
     margin-left: 20px;
     }
    
    a {
     font-family: "xp";
     font-size: 20px;
     text-decoration: underline;
     }
   
    a:hover {
     font-family: "xp";
     font-size: 20px;
     color: #7C8CFF;
     font-style: italic;
     text-decoration: underline;
     }
   
    li { 
     font-family: "xp";
     font-size: 20px;
      }
   
    h2 {
     font-family: "tahoma";
     font-size: 30px;
     }
   
    h3 {
     font-family: "tahoma";
     font-size: 18px;
     text-decoration: none;
     margin: 5px;
     }
     
     body {
       background-color: #EFBFF9;
        color: black;
       font-family: Verdana;
       }
   
    #m {
      margin: auto;
      width: 70%;
      height: auto;
      padding: 0px;
      
      border: double black 3px;
      background: #F9F6E5;
      }
   
   
   
   
     .pop {
       -webkit-animation: pop 1s ease-in-out infinite alternate;
       animation: pop 1s ease-in-out infinite alternate;
       -moz-animation: pop 1s ease-in-out infinite alternate; }
   
     @keyframes pop { from { transform:scale(1) }
       50% { transform:scale(1.50) }
       to { transform:scale(1) } }
       @-webkit-keyframes pop { from { -webkit-transform:scale(1) }
       50% { -webkit-transform:scale(1.50) }
       to { -webkit-transform:scale(1) } }
   
     .stroke {
       background-color: black;
       -webkit-background-clip: text;
       -webkit-text-stroke: 5px transparent;
       color: white;
       font-size: 2em;
       }