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

.title {
  color: var(--color-primary);
  font-weight: var(--font-weight-300);
  font-size: 28px;
}

.description {
  margin-top: 5px;
  font-size: 18px;
  margin-bottom: 25px;
  color: var(--color-primary);
}
