
        @font-face {
            font-family: 'warnock';
            src: url('https://file.garden/Z_u3HUVLQiZZrE8Z/idklol/WarnockPro-Regular.otf');
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            cursor: url('https://files.catbox.moe/e2qll4.png'), auto !important;
        }

        body {
            text-transform: lowercase;
            background: url('https://files.catbox.moe/wzq309.png');
            font-size: 15px;
            font-family: 'warnock';
            line-height: 1.6;
            height: 100vh;
            overflow: hidden;
        }

        a {
            color: rgb(0, 0, 0);
            display: block;
            margin: 3px 0;
            text-decoration: none;
        }

        a:hover {
            color: rgb(230, 108, 177);
            text-decoration: underline wavy blue;
            filter: drop-shadow(0 0 5px white);
        }

        ::selection {
            color: rgb(255, 210, 220);
            background: blue;
        }

        footer {
            font-size: 12px;
            margin-top: 10px;
            text-align: center;
        }