body {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
}

.frameBuffer {
    height: 100vh;
    margin: 0px;
    padding: 0px 10px;
    background: white;
    font-family: "Courier New";
    overflow: hidden;
    font-size: 10pt;
    white-space: pre;
}

.loader {
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.loaderContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
