@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
  background: black;
}

h1 {
color: white;
text-align: center;
  font-family: 'Open Sans', sans-serif;

}

.wrap {
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  margin: 0 auto;
  max-width: 1000px;
}
svg {
  background: #111100;
}
rect {
  fill: white;
}
line {
  stroke: white;
}
.guide {
  stroke: #770000;
}
text {
  fill: white;
  font-size: 8px;
}
#feedback {
  transform: translate(20px, 60px);
}
label {
  color: white;
  font-size: 8px;
}
input {
  width: 80px;
  font-size: 10px;
}

#article {
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  padding: 3% 13% 1% 13%;
}

a { color:yellow;}