body {
  color: white;
  background-color: #121212;
}

textarea {
  color: white;
  background-color: #424242;
}

input {
  color: white;
  background-color: #424242;
}

text {
  color: white;
}

.gobutton {
    height:70px;
    width:140px;
}

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}