@import url(./base.css);
@import url(./form.css);

.register-container {
  display: flex;
  height: 100vh;
  justify-content: space-evenly;
  align-items: center;
}

.register-container h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.image-container img {
  max-height: 85vh;
  width: auto;
}

.form-links {
  margin-top: 1rem;
  text-align: center;
}

.form-links a {
  color: var(--text-color);
  text-decoration: none;
  margin: 0 0.5rem;
}

.form-links a:hover {
  text-decoration: underline;
}
