@font-face {
	font-family: "custom-font";
	src: url(fonts/comic-sans.ttf);
}

html {
    font-family: "custom-font";
    color: yellow;
    background-color: #110011;
    text-shadow: 0 0 5px;
}

a {
    color: cyan;
    text-shadow: 0 0 5px;
}

li {
    color: cyan;
}

mark {
    border: unset;
    padding: 1px 2px 1px 2px;
    border-radius: 3px;
    box-shadow: 0 0 10px yellow;
    text-shadow: 0 0 1px black;
}

hr {
    display: hidden;
}

#menu {
    border: 1px solid #660066;
    border-radius: 3px;
    background-color: #660066;
    box-shadow: 0 0 10px #990099;
    a {
        color: cyan;
        text-decoration: none;
        margin: 10% 10pt;
    }
}

#file-body {
    background: linear-gradient(45deg, #440044, #330011);
    border: unset;
    border-radius: 10px;
    margin: 3pt 3pt 3pt 3pt;
    padding-bottom: 1pt;
    h1, h2 {
        margin-left: 7pt;
    }
    p {
        font-size: 13pt;
        margin: 7pt 7pt 12pt 7pt;
    }
    hr {
        color: white;
        text-shadow: 0 0 20px white;
    }
}