@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:400,600);
    
body {
  font-family: "Source Code Pro", Consolas, monaco, monospace;
  line-height: 1.5;
  font-weight: 400;
  background-color: #130C0E;
  padding: 20px;
}
h1 {
  font-size: 48px;
  color: #7AC143;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
p {
  font-size: 18px;
  color: #7AC143;
  font-weight: 400;
  margin: 0;
  padding: 0;
  letter-spacing: 6px;
  text-transform: uppercase;
}
text {
  font-size: 14px;
  fill: #7AC143;
}
#vis {
  width: 960px;
  height: 678px;
  background-image: url("https://dl.dropboxusercontent.com/s/xgthuas2pxnga1s/The-Grand-Budapest-Hotel-Poster-slice.jpg");
  background-size: 960px 678px;
  background-repeat: no-repeat;
}
header {
  width: 960px;
  background: #130C0E;
  z-index: 22;
  position: relative;
  height: 88px;
}
button {
  font-family: "Source Code Pro", Consolas, monaco, monospace;
  font-size: 14px;
  background: #130C0E;
  color: #7AC143;
  border: none;
  outline:none;
  padding: 4px 8px;
  letter-spacing: 1px;
}
button:hover {
  background: #7AC143;
  color: #130C0E;
}
#grid-bt {
  position: absolute;
  right: 0;
  top: 10px;
}
.axis path, .axis line {
fill: none;
stroke: black;
shape-rendering: crispEdges;
}

.axis line {
    stroke: black;
}

.axis text {
    font: 10px sans-serif;
}

.axis .grid-line{
    stroke: #7AC143;
    shape-rendering: crispEdges;
    stroke-opacity: .8;
}