/* style.css */
/* !!! THIS FILE WAS NOT WRITTEN BY RUTH */
/* Generated by ChatGPT */
html,
body
{
    margin:0;
    width:100%;
    height:100%;
    overflow:hidden;
    background:black;
}

#viewer
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

#controls
{
    position:absolute;

    top:10px;
    left:10px;

    z-index:100;

    background:white;

    padding:10px;

    border-radius:8px;

    font-family:sans-serif;
}