
    html, body {

        height: 8.5in;
        padding: 10px;
        background-color:black;
        color: white;

    }


    body {

        background-image:url(tklogo.svg);
        background-repeat:no-repeat;
        background-position:center;
        background-size: auto;
        overflow: hidden;

    }


#textbox {

    margin-top: 300px;
    height:100px;

}














