body {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
    padding-bottom: 150px; 
    padding-left: 60px;
    padding-right: 60px;
}
img{
   max-width: 500px;
  image-rendering: crisp-edges; 
   image-rendering: pixelated;   
}
.main {
    position: relative; 
    text-align: center;
    display: flex;
    flex-direction: column;  
    align-items: center;      
    justify-content: center;   
    transform: scale(var(--site-scale));
    width: 100%;             
    margin: 0 auto;
}
p, h1, h2, h3, h4{
    color:var(--snot);
    font-family: 'Nulshock';
}
:root{
    --fap:#0c4300;
    --blud:#FF3500;
    --snot:#0DA000;
     --site-scale: 1;
}
@font-face {
        
            font-family: 'Nulshock';
            src: url('https://files.catbox.moe/d4eg4r.ttf') format('truetype');
        }
        video{
            max-width: 500px;
  image-rendering: crisp-edges; 
   image-rendering: pixelated; 
        }
        .swag{

    width: 100px;
        }

.swag {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 500px; 
   padding-bottom: 20px;
}

body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #ff1100; 
    box-shadow: inset 0 0 20px #000;
    pointer-events: none;
    z-index: 9999;
}
video{
    max-height: 400px;
}
body::before {
    content: "";
    position: fixed;
    bottom: 20px;    
    left: 20px;      
    width: 450px;   
    height: 150px;   
    
    background: url('1765097571.png') no-repeat center center;
    background-size: contain;
    
    z-index: 9998;   
    pointer-events: none;
filter: drop-shadow(0 0 15px var(--snot))
}
