@font-face {
    font-family: 'vt323regular';
    src: url('fonts/terminal-webfont.woff2') format('woff2'),
    url('fonts/terminal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html, #container {
    height: 100%;
}

body {
    font-family: 'vt323regular', sans-serif;
    text-align: center;
    background: #000000;
    color: #00ff00;
    font-size: 2em;
}

#logo {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

h1 {
    line-height: 1em;
}

h2 {
    margin-top: 50px;
}

#container {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

#container > div {
    width: 100%;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.link {
    text-align: center;
}

.link i {
    display: block;
    font-size: 128px;
}

.link a {
    color: #00ff00 !important;
    text-decoration: none;
}

.local {
    display: none;
}