.wrapper {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.link {
  text-decoration: none;
}

.label {
  color: #333;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
