body,
html {
  height: 100%;
  margin: 0;
}

.bg {
  background-image: url("matthew-buchanan-jbP1fm2uG6s-unsplash.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pagebox {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 80%;
  color: whitesmoke;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.jumbo-text {
  font-size: 7vw;
}

.form {
  display: flex;
  flex-direction: column;
}
