@font-face {
    font-family: 'Visitor2';
    src: url('assets/fnstp/visitor2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    min-height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    font-family: 'Visitor2', monospace, sans-serif;
}
main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 0.4em;
}
.center-box {
    background: #131313;
    min-width: 60%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Custom outline: blue sides, grey top/bottom */
    border-left: 1px solid #0074D9;
    border-right: 1px solid #0074D9;
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424;
    padding: 0;
}
.center-box header {
    padding: 0.4em;
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background-color: #242424;
    border-bottom: 1px solid #313131;
    letter-spacing: 1px;
}
.center-box .information {
    font-size: 0.7em;
    text-align: left;
    background-color: #1b1b1b;
    border-bottom: 1px solid #313131;
}
.center-box main {
    flex: 1;
    text-align: center;
}
.center-box footer {
    padding: 0.4em;
    font-size: 0.95em;
    color: #666;
    text-align: center;
    border-top: 1px solid #313131;
}
.center-box .typewriter {
    display: block;
    margin: 0 0 0 0;
    padding: 0.4em 0.2em;
    font-size: 0.95em;
    color: #ffffff;
    text-align: center;
    border: 1px solid #313131;
    box-sizing: border-box;
    width: 95%;
    background: transparent;
}
