.SmoothScroll {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}

.container {

}