.hang{
    margin: 0 auto;
    height: 100vh;
    background-color: beige;
    padding: 10px;
}
.prof {
    width: 460px;
    height: 40px;
    background-image: linear-gradient(178deg, #FB8C00, #E65100);
    border-radius: 24px;
}
.content{
    position: relative;
}
.content .column {
    height: 420px;
    background-image: linear-gradient(272deg, #FF8A65, #8c2505);
    width: 40px;
    border-radius: 22px;
    margin-top: -30px;
    position: relative;
}
.floor {
    width: 100%;
    height: 40px;
    background-image: linear-gradient(45deg, #c75415, #FF5722);
    border-radius: 48px;
    margin-top: -40px;
    margin-left: -56px;
}
.skew-line {
    width: 160px;
    height: 40px;
    background-image: linear-gradient(221deg, #502c20, #B71C1C);
    position: absolute;
    border-radius: 20px;
    top: 38px;
    transform: rotate(-45deg);
}
.kabel {
    width: 12px;
    height: 108px;
    position: absolute;
    background-color: black;
    top: -38px;
    border-radius: 30px;
    left: 280px;
}
.circle {
    position: absolute;
    top: 58px;
    width: 85px;
    height: 85px;
    border: 10px solid red;
    border-radius: 50%;
    left: 237px;
}
.circle .x {
    font-family: cursive;
    position: absolute;
    top: 20px;
    font-size: 27px;
    left: 50px;
}
.circle .x.one {
    left: 10px ;
}
.body {
    position: absolute;
    top: 155px;
    width: 12px;
    background-color: black;
    height: 116px;
    border-radius: 30px;
    left: 280px;
}
.rightHand ,.leftHand,
.rightleg ,.leftleg {
    position: absolute;
    width: 12px;
    height: 70px;
    background-color: black;
    border-radius: 30px;

}
.rightHand {
    top: 151px;
    left: 301px;
    transform: rotate(45deg);
}
.leftHand{
    top: 149px;
    left: 257px;
    transform: rotate(-45deg);

}
.rightleg {
    left: 306px;
    transform: rotate(-45deg);
    top: 250px;
}
.leftleg {
    transform: rotate(45deg);
    left: 262px;
    top: 250px;

}
.contianer{
    display: flex;
    flex-wrap:wrap ;
    justify-content: space-between;
}
.contianer-extenal {
    width: 80%;
}
.img {
    width: 100px;
    height: 100px;
    align-self: center;
    margin-right: 50px;

}
img{
    width: 120px;
}
.word{
    margin: 25px 0;
    font-size: 50px;
    font-weight: bold;
    font-family: monospace;
    text-align: center;

}
.word span{
    margin-right: 60px;
    border-bottom: 5px solid green;
}

.letter button{
    padding: 8px;
    border: none;
    background-color: bisque;
    color: black;
    font-size: 21px;
    border-radius: 7px;
    cursor: pointer;
    box-shadow: 0 0 3px 1px black;
    font-weight: bold;
    position: relative;
}

.letter{
    text-align: center;
    padding: 53px;
    position: relative;
    margin-right: 20px;

}
.letter.loss::before{
    content: "YOUR ARE LOSS ,SORRY TRY AGAIN";
    color: red;
    position: absolute;
    background-color: #ffffffdb;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    font-family: cursive;
    z-index: 1;
}
.letter.pass::before{
    content: "YOU ARE PASS THE LEVEL 🥳🥳,CLICK    ON NEXT TO CONTINUE";
    position: absolute;
    color: green;
    background-color: #ffffffdb;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    font-family: cursive;
    z-index: 1;
}
.row-two{
    margin: 20px 0;
    margin-left: 3px;
}
.row-three{
    margin-left: 3px;

}
.parent-letter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.next {
    width: 100px;
    height: 50px;
    font-size: 16px;
    border: none;
    background-color: green;
    color: #fff;
    border-radius: 20px;
    align-self: center;
    cursor: pointer;
    font-weight: bold;
}
.btn {
    display: flex;
    flex-wrap: wrap;

}
.try {
    width: 100px;
    height: 50px;
    font-size: 16px;
    border: none;
    background-color: red;
    color: #fff;
    border-radius: 20px;
    align-self: center;
    cursor: pointer;
    font-weight: bold;
}
.mistake::before{
    content: "";
    position: absolute;
    transform: rotate(39deg);
    width: 2px;
    height: 100%;
    background-color: #1b1b1b;
    top: 0;
    right: 13px;
}