
        @font-face {
            font-family: 'Lucida Console';
            src: url(/fonts/lucida_console.woff) format('woff');
            font-weight: 400;
            font-style: normal
        }

        @media screen and (max-width: 768px) {
            .gallery-right {
                display: none;
            }
        }

        .deathScreen {
            background-color: #004091 !important;
            color: #fff;
            text-align: start;
            font-size: 7px;
            font-weight: 400;
            line-height: 1.2;
            box-sizing: border-box;
            padding-top: 7%;
            padding-left: 7%;
            padding-right: 7%
        }

        .deathScreen-text {
            user-select: none;
            font-family: "Lucida Console", "Courier New", monospace
        }

        .deathScreen:fullscreen {
            padding-top: 10%;
            padding-left: 10%;
            padding-right: 10%;
            font-size: 22px;
            line-height: 1.4
        }

        @media screen and (max-width: 1024px) {
            .deathScreen {
                font-size: 5px;
                line-height: 1.1
            }

            .deathScreen:fullscreen {
                padding-top: 15%;
                padding-left: 15%;
                padding-right: 15%;
                font-size: 15px;
                line-height: 1.4
            }
        }

        @media screen and (max-width: 512px) {
            .deathScreen:fullscreen {
                padding-top: 10%;
                padding-left: 10%;
                padding-right: 10%;
                font-size: 13px;
                line-height: 1.3
            }
        }
    