@font-face {
    font-family: 'GlassTTYVT220';
    src: url('Glass_TTY_VT220.ttf')  format('truetype'); /* Safari, Android, iOS */
}

body {
    font-family: 'GlassTTYVT220', monospace;
    font-size: 24px;
    width: 800px;
    color: #f0fff8;
    text-shadow: 0 0 1px #80ffc0, 0 0 2px #00ff66, 0 0 5px #00ff66, 0 0 10px #00ff66;
    background-color: rgb(0, 10, 0);
    margin: 2% auto;
    font-weight: normal;
}

h1 {
    font-size: 24px;
    font-weight: bold;
}

a {
    font-weight: normal;
    color: #f0fff8;
}

.header {
    display: flex;
    justify-content: space-between;
}

.key {
    font-weight: bold;
    text-align: center;
}

.option {
    font-weight: bold;
}

/*
 * Hide the ad blocker detecter divs by default.
 * If he user has an ad blocker, don't nag them.
 */
.ftf-dma-note {
    display: none;
    pointer-events: none;
}

.ftf-dma-note-content-wrapper {
    display: block;
    z-index: 1;
}

.ftf-dma-note-header {
}

.ftf-dma-note-content {
}

.ftf-dma-close-btn {
}
