#field-container{background-image:url(/baseball-field.png);background-size:contain;background-position:50%;background-repeat:no-repeat;width:100%;aspect-ratio:1/1;position:relative;margin:auto;touch-action:none}.home-team{background-color:#3b82f6;color:white}.ball{width:4%;height:4%;background-color:#FFFFFF;border:1px solid black;z-index:50;display:flex;align-items:center;justify-content:center}.ball:after,.ball:before{content:"";position:absolute;border:1px solid red;border-radius:50%;width:70%;height:70%}.ball:before{transform:rotate(45deg)}.ball:after{transform:rotate(-45deg)}