html {
    font-family: sans-serif;
    /*    box-sizing: border-box;*/
}

#text {
    /*    height: 30%;*/
    margin: 1em;
}

/*
* {
    border: solid;
}
*/

#image-viewer {
    /*        height: 50%;*/
    margin-top: 0em;
}

#circle {
    position: absolute;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 3px solid orangered;
    background-color: orangered;
    cursor: move;
    z-index: 1;
    top: 43%;
    left: 40%;
}

/*
#circle:hover {
    background-color: orangered;
}*/

body {
    height: 100vh;
    width: 100%;
    /*    overflow: hidden;*/
    margin: 0;
    padding: 0;
}

img {
    object-fit: contain;
    width: 100%;
    user-select: none;
    /*        margin: 1em 1em;*/
}

#image {
    /*    max-height: 600px;*/
    pointer-events: none;
    margin-top: 0em;
}

/*
*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
*/

#container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    /*    margin: 1em;
    */
}

#container-top {
    height: 40%;
    width: 100vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;

}

#container-bottom {
    height: 60%;
    width: 100vw;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-direction: column;
}


span {
    position: relative;
    font-size: 1.8em;
    display: inline-block;
}

#heading {
    margin: 1em;
}

#subtitle {
    /*    margin: 0.5em;
    */
    margin-bottom: 0em;
}

#caption {
    /*    height: 20%;*/
    margin: 1em;
    font-size: 0.8em;
    font-size: 1.2em;
    font-family: monospace;
    /*    text-align: left;*/
}
