.ns__container {
  align-items: center;
  color: var(--v-primary-base, #00a0d2);
  display: flex;
  font-family: 'Inter', 'Roboto', sans-serif;
  height: 100vh;
  justify-content: center;
}

.ns__p {
  color: black;
}

.ns__link {
  color: var(--v-primary-base, #00a0d2);
  text-decoration: none;
}
