@font-face {
    font-family: Kernel Panic NBP;
    src: url(/media/KERNEL1.ttf);
}
body {
    background: #111 url(/media/ano.jpg) no-repeat center center fixed;
    background-size: cover;
    color: #FFF;
    font-family: Kernel Panic NBP;
    font-size: 16px;
}
#audio-player {
    position: absolute;
    bottom: 12px;
    left: 12px;
    opacity: 0.5;
}
#audio-player:focus {
    outline: none;
}
