/*fonts*/
        @font-face {
            font-family: 'redaction';
            src: url(https://file.garden/Zyte2tV1JUxg3Eaz/fonts/redaction.otf);
        }

        @font-face {
            font-family: 'voxel';
            src: url(https://file.garden/Zyte2tV1JUxg3Eaz/fonts/voxel.otf);
        }

        /*end of fonts*/


        /*text and whatnot thingymabobs*/
        ::selection {
            background: pink;
            color: white;
        }

        outline {
            margin: 0;
            filter: drop-shadow(0 -2px 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(2px 0 0 #fff);
        }

        s {
            color: #bab6a9;
            font-style: italic;
        }

        hr {
            border-top: 1.5px dashed grey;
        }

        a {
            font-weight: bold;
            color: #423b25;
        }

        a:hover {
        color: #d03f20;
        font-style: italic;
        text-decoration-line: underline;
        }

        iframe {
            border: none;
        }

        ::-webkit-scrollbar {
            width: 0px;
            background: transparent;
        }

        ::-webkit-scrollbar-thumb {
            background: transparent;
        }

        textarea {
            border: 1px #423b25 solid;
            font-family: MS UI Gothic;
            font-size: 14px;