body {
    background: #000;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
}

/* CSS layer to prevent text highlighting */
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}