body {
  width: 800px;
  height: auto;
  margin: auto;
  font-family: Raleway, "Times New Roman", Times, serif;
}
.vertical-center {
  min-height: 100%; /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
.card {
  max-width: 800px;
  min-width: 800px;
}
.welcome {
  margin-bottom: 30px;
}
.choice-text {
  margin-top: 10px;
}
a,
a:hover {
  color: blue;
}
.welcome h5 {
  margin-bottom: 20px;
}
#user {
  font-weight: bold;
}
#role {
  display: none;
}
#next,
#prev,
#next4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.td-left {
  text-align: left;
}
.btn-prev {
  display: block;
  position: relative;
  top: 20px;
}
