#oauthCode {
  -webkit-user-select: all; /* Chrome all / Safari all */
  -moz-user-select: all; /* Firefox all */
  -ms-user-select: all; /* IE 10+ */
  user-select: all; /* Likely future */
  padding: 1em;
}

span {
  display: block;
  align-content: center;
  text-align: center;
}

#instructions {
  font-weight: bold;
  font-size: 1.5em;
}
