/* ---google fonts--- */
/* latin-ext */
@font-face {
    font-family: 'Kode Mono';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kodemono/v2/A2BYn5pb0QgtVEPFnlYOk4Lwa5I.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Kode Mono';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kodemono/v2/A2BYn5pb0QgtVEPFnlYOnYLw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Voltaire';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/voltaire/v21/1Pttg8PcRfSblAvGvTogaqRXBA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Voltaire';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/voltaire/v21/1Pttg8PcRfSblAvGvTohaqRXBA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Voltaire';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/voltaire/v21/1Pttg8PcRfSblAvGvTovaqQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ---end google fonts--- */


@font-face {
    font-family: "Emulogic";
    src: url(/fonts/emulogic.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Namco";
    src: url(/fonts/namco.ttf);
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000000;
    color: #00ffde;
    height: calc(100vh - 30px);
    width: 100vw;
    max-width: 100%;
    cursor: url("/cursors/cursor-default.png") 17 0, auto;
}

a {
    color: #ff0000;
    cursor: url("/cursors/cursor-pointer.png"), auto;
}

a:active {
    color: #ff6060;
}

header {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

nav a {
    display: inline-block;
    margin: 6px;
    margin-bottom: 0px;
    font-family: "Emulogic", sans-serif;
    font-size: 16px;
}

main {
    padding-left: 5vw;
    padding-right: 5vw;
    font-family: "Kode Mono", monospace;
    font-size: 14px;
    margin-bottom: 50px;
}

main img {
    max-width: 100%;
}

footer {
    justify-content: center;
    text-align: center;
    padding-left: 5vw;
    padding-right: 5vw;
    font-family: "Kode Mono", monospace;
    font-size: 12px;
}

#footer-gif img {
    border: 0;
    width: 88px;
    height: 31px;
}

#footer-gif a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Namco", sans-serif;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

#main-header, #whatware-inner-text {
    color: #FFFFFF;
    font-family: "Voltaire", sans-serif;
    font-size: 36px;
}

#starfield {
    position: fixed;
    left:0;
    top:0;
    z-index:-1;
}

* {
    box-sizing: border-box;
}