@font-face {
    font-family: 'linebeam';
    src: url('resources/LinearBeam05.woff2') format('woff2'),
         url('resources/LinearBeam05.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LedDisplay';
    src: url('resources/TheLedDisplaySt.woff2') format('woff2'),
         url('resources/TheLedDisplaySt.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-family: "LedDisplay", sans-serif;
    letter-spacing: 10px;
    color: #00d9ff;
    text-shadow: 0 0 5px #08cce6, 0 0 10px #09cad8;
}

#kingVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    display: none;
}

#beeVideo {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: -1;
}

.bee-message {
    color: yellow;
    font-size: 2em;
    font-family: monospace;
    text-shadow: 2px 2px 4px rgba(255, 255, 0, 0.8);
}