body {
  color: #000;
  font-size: 16px;
  background-color: #fffafa;
  margin: 0;
  line-height: normal;
}
.logo-icon {
  width: 160px;
  position: relative;
  height: 25.6px;
  object-fit: cover;
}
.imglogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-11xl) 0;
}
.page-title {
  font-size: 21px;
  text-align: center;
  padding: var(--padding-mini) var(--padding-11xl);
}
h1 {
  font-size: 21px;
  font-weight: normal;
}
h2 {
  font-size: 18px;
  margin: 30px 0 10px;
}
.txt-box-wh {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  text-align: left;
  margin: 15px;
  padding: 30px;
}
.txt-right {
  text-align: right;
}
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xl);
  font-size: 12px;
  margin: 50px 30px 30px;
}
:root {
  /* font sizes */
  --font-size-lg: 21px;

  /* Colors */
  --color1: #ee727b;
  --white: #fff;
  --color3: #c5c9dc;
  --color4: #716e94;
  --color5: #E2E2E2;

  /* Gaps */
  --gap-3xs: 10px;
  --gap-xl: 20px;

  /* Paddings */
  --padding-11xl: 30px;
  --padding-mini: 15px;

  /* Border radiuses */
  --br-3xs: 10px;
}
