body {
  margin: 0;
  font-family: sans-serif;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  flex-grow: 1;
  padding-top: 25pt;
  padding-left: 20pt;
  padding-bottom: 90pt;
}

.container > * {
  margin: 0;
}

.container a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1;
  text-decoration: underline;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.container a img {
  width: 16pt;
  height: 16pt;
  transform: rotate(-45deg);
  transition: transform 200ms ease;
}

.container a:hover img {
  transform: rotate(0deg);
}

.container a:hover {
  text-decoration: underline;
}

.main-text {
  font-family: "SF Pro Rounded Bold", "SF Pro Rounded Bold Placeholder",
               -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1;
  margin: 0;
  text-align: left;
  color: #000000;
}

.subtitle-text {
  font-family: "SF Pro Rounded Bold", "SF Pro Rounded Bold Placeholder",
               -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1;
  margin: 0;
  text-align: left;
  color: rgb(115, 115, 115)
}
