const element = document.getElementById('move-me-3');
function moveByCircle(){
element.style.right = rho * Math.cos(phi) + xOffset + 'px';
element.style.top = rho * Math.sin(phi) + yOffset + 'px';
phi += phiOffset;
}
понятно все))) Дальше общаться бессмысленно.
с box-sizing контентная ширина враппера будет 1000 - 50 * 2.