.letter-wrapper{
    display: inline-block;
    width: 100px;
    height: 100px;

}
.letter-h{
    width: 100px;
    height: 100px;
    position: relative;
   display: inline-block;
}
.left-h{
    height: 67%;
    width: 1.2%;
    background-color: red;
    position: absolute;
    left: 16%;
    top: 17%; 
}
.right-h{
    height: 67%;
    width: 1.2%;
    background-color: red;
    position: absolute;
    left: 84%;
    top: 17%; 
}
.middle-h{
    width: 67%;
    height: 1.2%;
    background-color: red;
    position: absolute;
    top: 50%;
    left: 17%;
}

.letter-e{
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
}
.top-e{
    width: 66%;
    height: 1%;
    background-color: black;
    position: absolute;
    top: 16%;
    left: 17%; 
}
.middle-e{
    width: 66%;
    height: 1%;
    background-color: black;
    position: absolute;
    top: 50%;
    left: 17%;
}
.bottom-e{
    width: 66%;
    height: 1%;
    background-color: black;
    position: absolute;
    top: 83%;
    left: 18%;
}
.left-e{
    height: 67%;
    width: 1.2%;
    background-color: black;
    position: absolute;
    left: 17%;
    top: 17%; 
}

.letter-i{
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
}
.center-i{
    width: 1.2%;
    height: 67%;
    background-color: black;
    position: absolute;
    top: 17%;
    left: 50%;
}

.letter-n{
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
}
.left-n{
    height: 68%;
    width: 1.2%;
    background-color: black;
    position: absolute;
    left: 17%;
    top: 17%; 
}
.right-n{
    height: 68%;
    width: 1.2%;
    background-color: black;
    position: absolute;
    left: 83%;
    top: 17%; 
}
.middle-n{
    height: 94%;
    width: 1.2%;
    background-color: black;
    position: absolute;
    top: 4%;
    left: 50%;
    -webkit-transform: rotate(-45deg);   
}

.letter-z{
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
}
.top-z{
    width: 67%;
    height: 1%;
    background-color: black;
    position: absolute;
    top: 17%;
    left: 17%; 
}
.bottom-z{
    width: 67%;
    height: 1%;
    background-color: black;
    position: absolute;
    top: 83%;
    left: 17%;
}
.middle-z{
    width: 94%;
    height: 1%;
    background-color: black;
    position: absolute;
    top: 50%;
    left: 3%;
    -webkit-transform: rotate(-45deg); 
}

.letter-m{
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
}
.left-m{
    height: 67%;
    width: 1.2%;
    background-color: black;
    position: absolute;
    left: 17%;
    top: 17%; 
}
.right-m{
    height:67%;
    width: 1%;
    background-color: black;
    position: absolute;
    left: 83%;
    top: 17%; 
}
.middle-right-m{
    height: 47%;
    width: 1.2%;
    background-color: black;
    position: absolute;
    top: 10%;
    left: 66%;
    -webkit-transform: rotate(46deg);
}
.middle-left-m{
    height: 47%;
    width: 1.2%;
    background-color: black;
    position: absolute;
    top: 10%;
    left: 34%;
    -webkit-transform: rotate(-46deg);
}

.letter-a{
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}
.left{
     height: 67%;
     width: 1%;
     background-color: black;
     position: absolute;
     top: 17%;
     left: 17%;
     -webkit-transform: rotate(22deg);
}
.right{
     height: 67%;
     width: 1.2%;
     background-color: black;
     /*border: 2px solid black;*/
     position: absolute;
     top: 17%;
     left: 43%;
     -webkit-transform: rotate(155deg);
}
.middle{
    width: 34%;
    height: 1.2%;
    background-color: black;
    /*border: 2px solid black;*/
    position: absolute;
    top: 58%;
    left: 14%;
}

.letter-c{
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
}
.left-c{
    height: 67%;
    width: 1.2%;
    background-color: black;
    position: absolute;
    left: 16%;
    top: 17%;
}
.top-c{
    width: 65%;
    height: 1.2%;
    background-color: black;
    position: absolute;
    top: 17%;
    left: 17%;
}
.bottom-c{
    width: 65%;
    height: 1.2%;
    background-color: black;
    position: absolute;
    top: 83%;
    left: 17%;
}

.letter-k{
    width: 100px;
    height: 100px;
    position: relative;
   display: inline-block; 
}
.left-k{
    height: 67%;
    width: 1.2%;
    background-color: black;
    position: absolute;
    left: 16%;
    top: 17%; 
}
.top-k{
    height: 65%;
    width: 1.2%;
    background-color: black;
    position: absolute;
    top: 1.2%;
    left: 44%;
    -webkit-transform: rotate(60deg);
}
.bottom-k{
    height: 65%;
    width: 1.2%;
    background-color: black;
    position: absolute;
    top: 35%;
    left: 44%;
    -webkit-transform: rotate(120deg);
}


.Heinz{
    display: inline-block;
    position: absolute;
    top: 20%;
    left:5%;
    background-color:white;
    border: 2px solid black;
}
.Mack{
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 20%;
    background-color:white;
    border: 2px solid black;
}