            .frame {
            position: fixed;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
/*            background: url("/static/zeitgeist.png") no-repeat center center fixed; */
 background: url("/static/uld/oval_blue.png");
   background-repeat: repeat-y; /* no-repeat center fixed*/
            background-size: cover;
            z-index: -1;
            padding: 10px; /* Adjust this to change the size of the clear border */
            box-sizing: border-box;
        }
        .background {
            position: fixed;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
/*            background: url("/static/zeitgeist.png") no-repeat center center fixed;*/
            background-size: cover;
             background: url("/static/uld/oval_blue.png");
            filter: blur(20px);
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 10px;
            z-index: -1;
        }

footer {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
}

footer a {
    color: #007bff;
    text-decoration: none;
}

footer a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.infobar {
    display: inline-block;
    position: sticky;
    left: 0px;
    width: 100%;
    background-color: #2a80d7;
}

header {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: right;
}

header a {
    color: #007bff;
    text-decoration: none;
}

header a:hover {
    color: #0056b3;
    text-decoration: underline;
}



.indented {
    margin-left: 20px;
}


#draggable { width: 170px; height: 150px; padding: 0.5em; position: fixed;}

hr {
  border: 1px solid red;
}

div#canvas-container-crop {
/* position: absolute; */
/* top: 0px; */
/* left: 0px; */
/* opacity: 0; */
}


