@font-face {
    font-family: Redact;
    src: url('/fonts/Redacted_Script/RedactedScript-Regular.ttf');
}

body {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

    /*font-family: Redact;*/

    color: white;

    padding: 15px;
}

li {
    padding-bottom: 10px;
}

a {
    color: rgb(131, 96, 235);
}