.main {
  position: relative;
  align-content: center;
  margin-right: 247px;
  margin-left: 247px;
  margin-top: 100px;
  margin-bottom: 100px;
  white-space: nowrap;
  overflow-x: clip;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #ffffff;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}