﻿/* fieldObjects.css */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
.world-object {
    position: absolute;
}

#startPoint {
    width: 1000px;
    height: 1000px;
    background-image: url('/images/central-hub2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    pointer-events: none;
}
