body {
    position: absolute;
    width: 100%;
    height: 20px;
    top: 0%;
    margin-top: -10px;
    bottom: 0%;
    text-align: center;
    font-family: "Consolas";
}

textarea {
    overflow: auto;
    resize: none;
    min-height: 75vh;
}