#outputWrapper {
    display : flex;
    align-items : center;
    justify-content: center;
    background-color: #d5ff80;
    height: 20vh;
}

#output {
    background-color: #d5ff80;
    font-weight: 500;
    font-size: xx-large;
    line-height: 1.3em;
    font-family: "Courier New", Courier, monospace;
    vertical-align: middle;
    text-align: center;
    padding: 0.5em;
    user-select: text;
    -webkit-user-select: text;
}

#output span.symbol,
#output span.digit,
#output span.cvcblock,
#output span.spw {
    font-weight: 900;
}

input.pwbtn {
  vertical-align: top;
  border-radius: 25px;
  border: 2px solid;
  margin: 1px 5px 10px 3px;
  padding: 10px;
  border-color: #40bb05;
  color: black;
  text-decoration: none;
}
