/* From: https://mourner.github.io/worker-data-load */
.square-container {
    margin: auto;
    width: 80%;

    position: relative;
    height: 40px;
}

#square {
    width: 40px;
    height: 40px;
    background: red;
    position: absolute;
}
