* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  margin: auto;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 124px;
  width: 100%;
  margin: auto;
  border: #fbab40;
  height: 100vh;
  background-color: #242628;
  background-position-x: center;
  background-position-y: 70px;
  background-origin: padding-box;
}

.header h3 {
  text-align: center;
  color: #ff9e40;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-style: normal;
}

.header > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.header > p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  flex-grow: 0;
  margin: 16px 0px;
}

.ebay-link {
  text-decoration: none;
  color: #1979cc;
}

.ebay-link:hover {
  color: #ffffff;
}

.a36plus-resource {
  text-decoration: none;
  color: #c8c8c8;
  font-size: 14px;
  padding: 10px 20px;
  margin: 0 auto;
}

.a36plus-resource:hover {
  color: #b7e64c;
}

.slideshow-container {
  position: relative;
  width: 460px;
  height: auto;
}

.slideshow-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slideshow-container .slideshow-image {
  display: none;
}

.slideshow-container .slideshow-image.active {
  display: block;
}

.slideshow-container .slideshow-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  z-index: 999;
}

.slideshow-container .slideshow-nav button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  margin: 0 5px;
}

.slideshow-container .slideshow-nav button img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.titleh {
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px;
}