body    
    {background-image: url(/pages/files/backgrounds/starbg.png);
        background-size: 200px;
        image-rendering: pixelated;
    }
div     
    {background-color: rgba(182, 208, 239, 0.896);
        width: 90%;
        margin: auto;
        border-radius: 13px;
        padding: 1px 2px 2px 5px;
        border: 3px solid rgb(203, 223, 238);
        animation-name: flicker1;
        animation-duration: .1s;
    }
@keyframes flicker1
    {0%{opacity: 100%;}
        0.01%{opacity: 0%;}
        100%{opacity: 100%;}
    }

    @font-face {
        font-family: romancea;
        src: url(/pages/files/setup/RomanceA.ttf);
    }

h1      
    {text-align: center;}
p
    {font-family: 'Courier New', Courier, monospace;}
iframe
    {border: none;
        margin: auto;
        border-radius: 13px;
        padding: 1px 2px 2px 5px;
    }
a       
    {image-rendering:pixelated;
        color: rgba(0, 255, 255, 0);
    }
