//Put the element you want to center inside a <div> called container

.container {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}