.login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;

  padding: 1.5rem;
}

.login a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bolder;
  width: 250px;
}

.login a {
  text-decoration: none;
}