/* ---- ENTER THE BACK DOOR */

body {
    background-color: black;
    color: white;
    font-family: Verdana;
}
h1 {
    font-family: monospace !important;
}
h2 {
    font-family: monospace !important;
}
h3 {
    font-family: monospace !important;
}
h4 {
    font-family: monospace !important;
}
h5 {
    font-family: monospace !important;
}
h6 {
    font-family: monospace !important;
}
@font-face {
    font-family: "DT";
    src: url("DT.ttf");
}
.dt {
    font-family: 'DT' !important;
}
input {
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    font-family: 'DT';
    color: white;
    background-color: black;
    padding-top: 2px;
    padding-bottom: 2px;
}
button {
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    font-family: 'DT';
    color: white;
    background-color: black;
    padding-top: 2px;
    padding-bottom: 2px;
}
highlight {
    font-family: 'DT' !important;
    color:yellow;
    font-size: x-large;
}
a {
    color: blue;
    text-decoration: none;
}