.body {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  margin: 0;
  height: calc(100vh - 32px);
}
.main {
  display: flex;
  flex-direction: column;
  padding: 55px;
}
.logo {
  width: 73px;
  height: 79px;
  flex-shrink: 0;
  margin-bottom: 10vh;
}
.title {
  color: #3c3c3c;
  margin: 0;

  font-family: Commissioner;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-bottom: 5vh;
}
.subtitle {
  margin: 0;
  color: #3c3c3c;
  font-family: Commissioner;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.link {
  margin: 0;
  margin-top: auto;
  color: #4a78ee;
  font-family: Commissioner;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.illustration {
  max-width: 768px;
  max-height: 768px;
  border-radius: 15px;
}

.illustration-container {
  display: flex;
  width: 60%;

  justify-content: center;
  align-items: center;

  border-radius: 15px;
  background: radial-gradient(
    70.88% 69.59% at 46.25% 47.07%,
    #fff 0%,
    #94bbea 100%
  );
}
