body {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  background-color: #fff;
  width: 1050px;
  height: 1500px;
  margin-top: 300px;
  margin-left: 0px;
  overflow: hidden;
}

#main {
  float: left;
  width: 1050px;
}

#sequence {
  width: 900px;
  height: 70px;
  margin-left: 100px;
}

#sequence text, #legend text {
  font-weight: 600;
  fill: #fff;
}

#chart {
  position: relative;
}

#chart path {
  stroke: #fff;
}

#explanation {
  position: absolute;
  top: 340px;
  left: 400px;
  width: 250px;
  text-align: center;
  color: #666;
  z-index: -1;
}

#percentage {
  font-size: 2.5em;
}
