.body {
  height: 100%;
  margin: 0;
  width: 100%;
  background-color: var(--bg200-color);
}

.content-body {
  background-color: var(--bg200-color);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  max-width: 480px;
}

.illustration {
  align-self: center;
  height: 256px;
  width: 256px;
}

.title-s {
  margin-top: 96px;
}

.description {
  margin-bottom: 32px;
}

.link {
  font-weight: bold;
}
