position: relative; left: 50%; transform: translateX(-50%);
#your_element{ position:absolute; left: calc(50% + 200px); }