body {
  margin: 0;
  background-color: #000;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  letter-spacing: -0.05em;
}

#wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
  overflow: hidden;
}

#chart {
  width: 1000px;
  height: 600px;
  background-color: #FFF;
}

#enterbox {
  display: none;
  position: absolute;
  left: 200px;
  top: 200px;
  width: 200px;
  height: 200px;
}

#generatelink {
  position: absolute;
  left: 920px;
  top: 220px;
  width: 160px;
  height: 160px;
}

#backlink {
  display: none;
  position: absolute;
  left: 460px;
  top: 500px;
  width: 80px;
  height: 80px;
}

#submitCity {
  width: 196px;
}

#submitBtn {
  width: 200px;
  margin-top: 10px;
  text-align: right;
}

#generatedLogo {
  position: absolute;
  left: 625px;
  top: 170px;
  width: 240px;
  height: 180px;
}

#downloadInfo {
  display: none;
  position: absolute;
  left: 620px;
  top: 380px;
  width: 260px;
  height: 35px;
  font-size: 10px;
  color: #666;
}

#backlink a {
  text-decoration: underline;
}

#backlink a:focus,
#backlink a:active,
#backlink a:hover {
  text-decoration: none;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

#footer {
  font-size: 10px;
  color: #666;
  letter-spacing: 0em;
}

#footer a {
  color: #666;
  text-decoration: underline;
}

#footer a:focus,
#footer a:active,
#footer a:hover {
  color: #FFF;
  text-decoration: none;
}

#errorMsg {
  color: #F00;
  margin-top: 10px;
}

#canvasArea {
  display: none;
}

[class*='btn-'] {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 16px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

[class*='btn-']:hover {
  cursor: pointer;
}

.btn-submit {
  background-color: #666;
  border: 1px solid #333;
}

.btn-submit:hover {
  background-color: #333;
}

.btn-submit:active {
  background-color: #000;
}
