body
{
    background-color: #272222;
    margin: 0;
    padding: 0;
    font-size: 0;
}

h1
{
    font-size: 45px;
}

h2
{
    font-size: 30px;
}

.container
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 65vh;
    width: 65vh;
    font-size: 50px;
}

.place
{
    float: left;
    width: 33%;
    height: 33%;
    position: relative;
}

.one, .two , .three, .four, .five, .six
{
    border-bottom: 2px solid green;

}

.one, .four , .seven, .two, .five, .eight
{
    border-right: 2px solid green;
}

.cross, .circle
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 50px;
    display: none;
}

.cross i, .circle i
{
    display: inline;
    font-size: 70px;
    line-height: 60px;
    text-align: center;
    color: white;    
}

.end
{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    font-size: 30px;
    color: white;
    z-index: 3;
    text-align: center;
    transition: all 1s;
}

.finish
{
    display: block;
    background-color: white;
    z-index: 2;
    position: absolute;
}

.first
{
    height: 5px;
    width: 0;
    top: 16%;
    transition: width 0.5s;
}

.second
{
    height: 5px;
    width: 0;
    top: 50%;
    transition: width 0.5s;
}

.third
{
    height: 5px;
    width: 0;
    top: 83%;
    transition: width 0.5s;
}

.fourth
{
    height: 0;
    width: 5px;
    left: 16%;
    transition: height 0.5s;
}

.fifth
{
    height: 0;
    width: 5px;
    left: 49.4%;
    transition: height 0.5s;
}

.sixth
{
    height: 0;
    width: 5px;
    left: 83%;
    transition: height 0.5s;
}

.eighth
{
    top: 0%;
    left: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 0;
    display: block;
    transform: rotate(-45deg);
    transition: height 0.5s;
}

.ninth
{
    top: 0%;
    left: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 0;
    transform: rotate(-135deg);
    transition: height 0.5s;
}

.text
{
    display: none;
    text-align: center;
    color: white;
}




