body {
  background:white;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-padding {
  padding: 32px 24px 32px 24px;
}

.h1-bold {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 28px;
  color: #333333;
}

.h2-bold {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}

.h3-bold {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}

.h4-bold {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}

.p-normal {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}

b {
  font-weight: 800;
}

ul li {
  display: list-item;
}

li {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  list-style: circle;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  text-align: center;
}
