body {
    margin: 0;
    overflow: hidden;
    background-color: black;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ellie {
    max-width: 95%;
    max-height: 95vh;
    min-width: 300px;
    min-height: 300px;
    width: auto;
    height: auto;
}

.cursor {
    z-index:50;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('flat_cursor.svg') no-repeat center center/contain;
    pointer-events: none;
}
