html {
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  font-family: "Poppins", sans-serif;
  color: white;
  overflow-y: hidden;

  overflow-x: scroll;
}

/* Container */
.container {
  width: 100vw;
  height: 100vh;
}
/* Content Wrapper */
.content-wrapper {
  width: 100vw;
  white-space: nowrap;
  margin-left: 50px;
  margin-top: 50px;
}

/* Content Wrapper */
.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 100%;
  padding: 200px 80px 0;
  height: 100%;
}

.informations article {
  max-width: 500px;
  display: inline-block;
  position: relative;
  overflow-wrap: normal;
  white-space: initial;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  padding: 0 2em 0 2em;
  vertical-align: top;
  scroll-snap-align: start;
}
.informations article div {
  /* font-size: 100px; */
  color: #000000;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-60%) translateY(-60%);
}

.informations article h2 {
  /* font-size: 2.5vw; */
  margin-bottom: 0.5rem;
}

.informations h2 {
  text-align: center;
  margin: 0;
}

.informations {
  width: 100%;
  margin-left: 15rem;
  margin-top: 2em;
}

.image-container {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;

  /*position: absolute;*/
  width: 4700px;
  height: 356px;
  left: 752px;
  top: 300px;

  background: url("../Images/history-timeline.png");

  border-radius: 50px;
}

.question-button {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  gap: 10px;
  background: #ffffff;
  border: 4px solid #0c2e35;
  border-radius: 90px;
  margin: 0 auto;
  display: block;

  font-family: "DynaPuff";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.5px;

  color: #0c2e35;

  flex: none;
  order: 0;
  flex-grow: 0;
}

.question-button:hover {
  padding: 1rem;
  transition: padding 0.25s ease;
}

.history-text-container {
  padding-top: 10px;
}

.bg-assets {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: -10;
}

#asset-1 {
  position: inherit;
  bottom: 0;
}

#asset-2 {
  position: inherit;
  bottom: -160px;
  left: 30%;
}

#asset-3 {
  position: inherit;
  top: -100px;
  left: -100px;
}

.informations h2 {
  text-align: center;
  margin: 0;
}

.informations {
  padding: 0;
}

.btn-close {
  top: 0px;
  right: -60px;
  padding: 0px;
}

.greeting {
  width: 45%;
  padding-left: 50px;
}
