body {
  margin: 0px 0px 0px 0px;
  background-color: #f3f5f7;
  color: #2c323a;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans',
    'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
}

.documentContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.documentRowSticky {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background-color: #f3f5f7;
  position: sticky;
  top: 0;
}

.documentRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.documentRowLight {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background-color: #fbfcfe;
}

.headerRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.centerContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 940px;
}

.centerContainerForOneColumn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-bottom: 60px;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 16px 20px 16px;
  font-size: 24px;
  font-weight: 600;
  color: #dddddd;
  border-bottom: 1px solid;
}

.logoContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  color: #2c323a;
}

.linksContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #2c323a;
}

.selectedLink {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 0.25rem solid;
  text-decoration: none;
}

.unselectedLink {
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  color: #88898a;
  text-decoration: none;
}

.contentRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.screenshot {
  padding-left: 0px;
}

.detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 60px 20px 60px;
}

.title {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}

.description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 400px;
  padding-bottom: 100px;
  text-align: left;
}

.titleForOneColumn {
  font-size: 26px;
  font-weight: 700;
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}

.descriptionForOneColumn {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 400px;
  padding-bottom: 40px;
  text-align: left;
}

.screenshots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 40px;
}

.download {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 96%;
  padding-bottom: 40px;
  font-size: 14px;
  text-align: center;
}

.downloadImage {
  padding-bottom: 8px;
}

.reviewText {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  width: 90%;
  max-width: 600px;
  padding-top: 10px;
  padding-bottom: 4px;
  text-align: center;
}

.reviewer {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  width: 90%;
  max-width: 600px;
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: right;
}

.footerRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #dddddd;
  padding-top: 20px;
  width: 100%
}

.footerText {
  font-size: 14px;
  color: #88898a;
  text-align: center;
  line-height: 20px;
}
