.triangle-topleft {
  width: 0;
	height: 0;
	border-top: 200px solid blue;
	border-right: 200px solid transparent;
  position: fixed;
  top: 10px;
}

.square-topright {
  width: 100px;
  height: 100px;
  background: white;
  border: 5px solid black;
  position: fixed;
  right: 10px;
  top: 10px;
}

.triangle-bottomright {
  width: 0;
	height: 0;
	border-bottom: 250px solid yellow;
	border-left: 250px solid transparent;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.circle-bottomleft {
  width: 150px;
	height: 150px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  border: 5px solid black;
  background-color: red;
  position: fixed;
  left: 10px;
  bottom: 10px;
}


.line1{
  width: 520px;
  height: 10px;
  border-bottom: 5px solid black;
  position: fixed;
  right: 10px;
  top: 0px;
}
.line2{
  width: 520px;
  height: 10px;
  border-bottom: 5px solid black;
  position: fixed;
  right: 10px;
  top: 10px;
}
.line3{
  width: 520px;
  height: 10px;
  border-bottom: 5px solid black;
  position: fixed;
  right: 10px;
  top: 20px;
}
.line4{
  width: 520px;
  height: 10px;
  border-bottom: 5px solid black;
  position: fixed;
  right: 10px;
  top: 30px;
}

.line5{
  width: 470px;
  height: 10px;
  border-bottom: 5px solid black;
  position: fixed;
  left: 85px;
  bottom: 10px;
}
.line6{
  width: 490px;
  height: 10px;
  border-bottom: 5px solid black;
  position: fixed;
  left: 85px;
  bottom: 20px;
}
.line7{
  width: 510px;
  height: 10px;
  border-bottom: 5px solid black;
  position: fixed;
  left: 85px;
  bottom: 30px;
}
.line8{
  width: 530px;
  height: 10px;
  border-bottom: 5px solid black;
  position: fixed;
  left: 85px;
  bottom: 40px;
}



.line9{
  width: 10px;
  height: 320px;
  border-left: 5px solid black;
  position: fixed;
  left: 10px;
  top: 10px;
}
.line10{
  width: 10px;
  height: 320px;
  border-left: 5px solid black;
  position: fixed;
  left: 20px;
  top: 10px;
}
.line11{
  width: 10px;
  height: 320px;
  border-left: 5px solid black;
  position: fixed;
  left: 30px;
  top: 10px;
}
.line12{
  width: 10px;
  height: 320px;
  border-left: 5px solid black;
  position: fixed;
  left: 40px;
  top: 10px;
}




.line13{
  width: 10px;
  height: 380px;
  border-left: 5px solid black;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.line14{
  width: 10px;
  height: 340px;
  border-left: 5px solid black;
  position: fixed;
  right: 20px;
  bottom: 10px;
}
.line15{
  width: 10px;
  height: 480px;
  border-left: 5px solid black;
  position: fixed;
  right: 30px;
  bottom: 10px;
}
.line16{
  width: 10px;
  height: 500px;
  border-left: 5px solid black;
  position: fixed;
  right: 40px;
  bottom: 10px;
}




.circle1{
  width: 30px;
	height: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  background-color: black;
  position: fixed;
  top: 10px;
  right: 540px;
}

.circle2{
  width: 30px;
	height: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  background-color: black;
  position: fixed;
  top: 10px;
  right: 590px;
}

.circle3{
  width: 30px;
	height: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  background-color: black;
  position: fixed;
  top: 10px;
  right: 640px;
}

.circle4{
  width: 30px;
	height: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  background-color: black;
  position: fixed;
  bottom: 150px;
  left: 10px;
}

.circle5{
  width: 30px;
	height: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  background-color: black;
  position: fixed;
  bottom: 200px;
  left: 10px;
}

.circle6{
  width: 30px;
	height: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  background-color: black;
  position: fixed;
  bottom: 250px;
  left: 10px;
}

.text{
  font-family: arial;
  font-size: 16px;
  color: red;
  position: fixed;
  right: 20px;
  top: 50px;
}



body{
}

h1{
  text-align: center;
  font-family: arial;
}
