        @font-face {
            font-family: 'Mission GT-R Condensed';
            src: url('Mission GT-R Condensed.ttf') format('truetype');
        }

        body,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        b {
            font-family: Mission GT-R Condensed, Arial;
            color: white;
            text-shadow: white 1px 0 10px;
        }

        #launcher {
            background: url('./background.png') no-repeat;
            min-height: 100%;
            min-width: 1024px;

            /* Set up proportionate scaling */
            width: 100%;
            height: auto;

            /* Set up positioning */
            position: fixed;
            top: 0;
            left: 0;
        }

        #title {
            position: absolute;
            text-align: center;
            left: 5%;
            top: 60%;
        }

        #links {
            position: absolute;
            text-align: center;
            left: 25%;
            top: 10%;
        }

        a:link {
            color: #4287f5;
            text-shadow: #4287f5 1px 0 10px;
            text-decoration: none;
        }

        a:visited {
            color: #4287f5;
            text-shadow: #4287f5 1px 0 10px;
            text-decoration: none;
        }

        a:hover {
            text-shadow: #4287f5 1px 0 10px;
            text-decoration: none;
        }

        a:active {
            text-shadow: #4287f5 1px 0 10px;
            text-decoration: none;
        }