body {
    margin: 0;
    overflow : hidden;
    background-color: #000;
    cursor: crosshair;
}

img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#test {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

div {
    font-family: "VCR";
    font-size: "3em";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: -1px;
}

@font-face {
    font-family: "VCR";
    src: url("VCR_OSD_MONO_1.001.ttf");
}

