body {
    /* override the default margin of the html body */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family:'Times New Roman', Times, serif;
}

#container {
    height: 90vh;
    width: 90vw;

    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events:none;
    cursor: crosshair;
}

#content {
    max-width: 100%;
    max-height: 100%;
    margin:0;
    /* padding:15px; */
    padding:0px;
    width: 100vw;
    height:100vh;
    /* border: 1px dashed rgba(224, 130, 0, 0.5); */
    display:block;
    text-align: center;
    justify-content: center;
}
