body {
  font-family: Helvetica,sans-serif;
    color: turquoise;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  background-color: turquoise;
}

#line1 {
  position: absolute;
  top: 300px;
  left: 450px;
}
#line2 {
  position: absolute;
  top: 320px;
  left: 525px;
}
