@import url('https://fonts.upset.dev/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            text-wrap: balance;
            -webkit-font-smoothing: antialiased
        }
        body {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 100vh;
            font-family: "Inter Tight", apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, Adwaita Sans, Cantarell, Ubuntu, roboto, noto, helvetica, arial, sans-serif;
            font-weight: 500;
            color: #101010;
            padding: 30px;
            font-size: 1.3rem;
            background: #f6f6f6;
        }
        #hl {
            background-color: #b8e2ff;
            color: #008cff;
            padding: 3px 7px;
            border-radius: 6px;
            height: fit-content;
            width: fit-content;
            overflow: hidden;
        }
        #main-text {
            margin-top: 10px;
        }
        #oof {
            font-size: 0.9rem;
            color: #878787
        }
        ::-moz-selection {
            color: #008cff;
            background: #b8e2ff;
        }

        ::selection {
            color: #008cff;
            background: #b8e2ff;
        }