body {
    background:#000;
    color:#aaa;
    padding:20px;
}
@font-face {
    font-family: VGA9;
    src: url('PxPlus_IBM_VGA9.ttf') format('truetype');
}
h1 {
    font-family:VGA9;
    font-weight:normal;
}
#app {
    display:inline-block;
}