.canvas {
    width: 1000px;
    height: 800px;
    margin: 100px auto;
    background: white;
    position: relative;
    border: 1px solid #000000;
}

.square {
    width: 700px;
    height: 800px;
    background: black;
    position: absolute;
    top: 0px;
    left: 300px;
    z-index: 9;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 400px solid transparent;
    border-top: 800px solid white;
    position: absolute;
    top: 0px;
    left: 300px;
    z-index: 10;
}

.circle {
    width: 460px;
    height: 460px;
    background: white;
    -moz-border-radius: 50px;
    -webkit-border-radius: 270px;
    border-radius: 270px;
    z-index: 11;
    position: absolute;
    top: 260px;
    left: 450px;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 120px solid transparent;
    border-left: 500px solid red;
    border-bottom: 120px solid transparent;
    z-index: 10;
    transform: rotate(30deg);
    position: absolute;
    top: 260px;
    left: 210px;
    z-index: 11;
}

.rectangle {
    width: 30px;
    height: 75px;
    background: red;
    position: absolute;
    top: 560px;
    left: 250px;
}

.rectangle1 {
    width: 200px;
    height: 10px;
    background: red;
    position: absolute;
    top: 530px;
    left: 100px;
}

.rectangle2 {
    width: 30px;
    height: 8px;
    background: red;
    position: absolute;
    top: 570px;
    left: 300px;
    z-index: 11;
}

.rectangle3 {
    width: 30px;
    height: 8px;
    background: red;
    position: absolute;
    top: 590px;
    left: 300px;
    z-index: 11;
}

.rectangle4 {
    width: 30px;
    height: 8px;
    background: red;
    position: absolute;
    top: 620px;
    left: 300px;
    z-index: 11;
}

.triangle-small {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 100px solid red;
    border-bottom: 15px solid transparent;
    z-index: 10;
    transform: rotate(-25deg);
    position: absolute;
    top: 260px;
    left: 730px;
    z-index: 11;
}

.rectangle5 {
    width: 40px;
    height: 8px;
    background: white;
    position: absolute;
    top: 20px;
    left: 750px;
    z-index: 11;
    transform: rotate(-50deg);
}

.rectangle6 {
    width: 55px;
    height: 8px;
    background: white;
    position: absolute;
    top: 80px;
    left: 780px;
    z-index: 11;
}

.poem {
    width: 194px;
    height: 180px;
    background: transparent;
    position: absolute;
    top: 120px;
    left: 500px;
    z-index: 11;
    transform: rotate(-30deg);
}

p {
    color: dimgrey;
    font-family:DDT;
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
    text-align: justify;
}

.name {
    width: 250px;
    height: 45px;
    background: trasparent;
    position: absolute;
    top: 90px;
    left: 40px;
    z-index: 10;
    transform: rotate(32deg);
}

h1 {
    font-family:DDT;
  
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}