#gameWorld {
    position:absolute;
    border: 3px double rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    box-sizing: border-box;
    margin:10px;
    z-index: 0;
    cursor:pointer;
}

#description {
    width: 300px;
    height: 706px;
    padding: 10px;
    left: 630px;
    position: absolute;
    border: 3px double rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    box-sizing: border-box;
    margin:10px;
    z-index: 0;
    color: white;
}

#center1, #center2, #center3, #center4 {
    position:relative;
    background:rgb(0, 0, 0);
    width:1px;
    height:1px;
}

#center1 {
    top:0%;
    left:50%;
}

#center2 {
    top:25%;
    left:50%;
}

#center3 {
    top:50%;
    left:50%;
}

#center4 {
    top:75%;
    left:50%;
}

#cageBorder {
    width: 602px;
    height: 200px;
    position:absolute;
    border:dashed 1px rgba(54, 144, 223, 0.26);
    /* background: black; */
    box-sizing: border-box;
    margin:12px;
    z-index: 1;
}

#rotateme {
    width:50px;
    height:220px;
    border:solid 1px rgb(0, 0, 0);
    z-index:1;
    position:absolute;
    border-radius: 5px;
    top:520px;
    left:285px;
    transform-origin: 50% 100%;
    background-color: rgba(54, 144, 223, 0.26);
}

#blocker {
    width:604px;
    height:122px;
    border:solid 1px rgba(255, 0, 0, 0);
    z-index:2;
    position:absolute;
    top:600px;
    left:18px;
}

#blocker2 {
    width:600px;
    height:40px;
    border:solid 1px rgba(0, 255, 21, 0);
    background-color: cornflowerblue;
    z-index:2;
    position:absolute;
    top:724px;
    left:20px;
}
