        @import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
        * {
            cursor: url('imgs/roblox.cur'), auto;
        }

        @font-face {
            font-family: 'Adler';
            src: url('fonts/Adler.woff2') format('woff2'),
                url('fonts/Adler.woff') format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        body {
            font-family: "Montserrat", "Comic Relief", sans-serif;
            text-align: center;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }

        h1 {
            font-family:"Adler";
            font-size: 48px;
            color: #00FFBB;
            text-shadow: 2px 2px 5px #FF0044;
            position:relative;
            bottom: -20px;
        }

        a {
            color: #ff6600;
            text-decoration: none;
        }

        a:hover {
            color: #0000ff;
            text-decoration: underline;
        }

        marquee {
            font-family: "Comic Relief";
            font-size: 24px;
            color: #ff0000;
            font-weight: bold;
        }

        .container {
            position:relative;
            padding: 20px;
            border-radius: 15px;
            margin-top: 30px;
            box-shadow: 0 0 10px #000000;
            color: #dadada;
            background-color:#dadada51;
        }
        
        .floatcontainer {
            position:relative;
            padding: 5px;
            border-radius: 15px;
            margin-top: 30px;
            box-shadow: 0 0 10px #000000;
            color: #dadada;
            background-color:#dadada51;
            width: auto;
            height: auto;
        }
        
        .footer {
            background-color: #00ccff;
            padding: 2px;
            width: 100%;
            text-align: center;
            font-size: 14px;
        }

        .image-border {
            border: 5px solid #DADADA;
            padding: 10px;
        }

        .blink
        {
            animation:1s blinker linear infinite;
            -webkit-animation:1s blinker linear infinite;
            -moz-animation:1s blinker linear infinite;
        }

        @keyframes blinker
        {  
            0% { opacity: 1.0; }
            50% { opacity: 0.6; }
            100% { opacity: 1.0; }
        }

        .disclaimer
        {
            position:relative;
            left: 0px;
            bottom: -589px;
        }

        .video
        {
            position:relative;
            left: 500px;
            bottom: 0px;
        }

        .blog-header
        {
            font-family:'Times New Roman', Times, serif;
            font-size:32px;
            position:relative;
            right: 500px;
            bottom: -50px;
            width: 50%;
            margin: 0 auto;
        }

        .blog-title
        {
            font-family:"Comic Relief";
            color:#00ccff;
            font-style:italic;
            position:relative;
            right: 500px;
            bottom: -70px;
            width: 50%;
            margin: 0 auto;
            
        }

        .blog
        {
            font-family:'Times New Roman', Times, serif;
            position:relative;
            right: 500px;
            bottom: -70px;
            width: 50%;
            margin: 0 auto;
            padding: 0.5%;
        }

        .center 
        { 
            display: block; 
            margin-left: auto; 
            margin-right: auto; 
            width: 50%;
        } 
