body {
    font-family: "Consolas";
    src: url("/files/consolas.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

nav a {
    color: black;
    text-decoration: underline;
}

nav a:hover {
    text-decoration: none;
}
