.wizard {
  margin: 4em auto;
  width: 80%;
  border: dotted white 5px;
  padding: 1em;
}
.wizard * {
  width: 100%;
}
.wizard input {
  width: 60%;
  font-size: medium;
  text-align: center;
}
.wizard h2 {
  text-align: center;
}
input {
  margin: 8px 0;
}
textarea {
  font-size: large;
  width: 80vw;
  height: 50vh;
}
.center {
  margin: 1rem auto;
}
.center * {
  width: 100%;
}
label {
  font-size: 1.75rem;
  font-weight: 700;
}
#wname {
  text-transform: capitalize;
}
#editbutton {
  margin-top: 1em;
}
.wizard p,
.wizard input {
  font-size: 1rem;
}
#list {
  text-align: center;
  list-style: none;
  font-size: 1.5rem;
}
#list * {
  text-decoration: underline;
  color: aqua;
}
