
body, input, textarea {
  font-family: Georgia, "Times New Roman", Serif;
  background-color: black;
  color: white;
}

#main {
  color: white;
}

.container {
  /*width: 940px;*/
  /*margin: auto;*/
  width: 980px
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#word {
  font-size:20px;
  color: "white";
  position: absolute;
  top: 20px;
  left: 30px;
}

#title, #about {

  font-family: Georgia, "Times New Roman", Serif;
  text-align:center;
  color: #ddd;
  opacity: 0.4;
  font-style: italic;
}

.sentence {
  opacity: 0.4;
  fill: #ddd;
}

.highlight {
  fill: #1FC946;
  opacity: 1.0;
}

.line {
  stroke:#C5A438;
  stroke-width:1;
  fill:none;
  pointer-events: none;
}

#vis {
  /*font-size: 2px;*/
}

#vis .word {
  /*opacity: 0.4;*/
}
