@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;

  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 200;

  color: black;

  scroll-snap-type: y mandatory;
}

.header {
  padding: 10px;
  color: black;
  scroll-snap-align: start;
}

.footer {
  padding: 10px;
  color: black;
  scroll-snap-align: start;
}

h1 {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: black;
}

h2 {
  font-weight: 600;
  font-size: 1.5rem;
  color: black;
}

h3 {
  font-weight: 500;
  font-size: 1.25rem;
  color: black;
}

a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bolder;
  font-size: 1rem;
  font-weight: 400;
  color: black;
  text-decoration-line: none;
}

strong {
  font-weight: 400;
}

.LineHeight0 {
  line-height: 0.1;
}

.LineHeightBigger {
  line-height: 1.5;
}

.LineHeightBig {
  line-height: 2;
}

.TextIndent10 > * {
  padding-left: 10px;
}

.TextWhite {
  color: ivory;
}

.main > div {
  padding: 10px;
  color: black;
}

.ScrollSnapStart {
  scroll-snap-align: start;
}

.Container2Colums {
  display: flex;
  flex-wrap: wrap;
}

.Container2Colums > * {
  flex: 1 0 350px;
}

.ContainerHorizontalScroll {
  display: flex;
  overflow: auto;
  white-space: nowrap;
  gap: 10px;
  scroll-snap-type: x mandatory;
}

.BackgroundColor0 {
  background-color: white;
}

.BackgroundColor1 {
  background-color: #f57cf9;
}

.BackgroundColor2 {
  background-color: #fdd5fe;
}

.Button {
  border: none;
  border-radius: 16px;
  padding: 4px 8px;
  margin: 4px 0px;
}
