* {
  color: green;
  font-family: Consolas, monaco, monospace;
}

body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: black;
}

input {
  background-color: black;
  border: none;
  caret-color: green;
  width: 75vw;
}

input:focus{
  outline: none;
}

#welcome-title {
  font-weight: bold;
  font-size: 20px;
}
#product-notice {
  font-size: 12px;
  color: azure;
  padding-top: 2px;
  padding-bottom: 2px;
}
#introduce {
  color: azure;
  font-size: 12px;
}
#agree-input {
  padding-top: 20px;
}

#credentials {
  color: yellow;
}
#credentials > span {
  color: yellow;
}
#result {
  padding-top: 10px;
}



