*{
    margin:0px;
    padding: 0px;
}
body{
    background-image: url(../image/bg1.png);
    background-size:cover;
}
.blocks{
    width: 625px;
    height: 625px;
    margin: auto;
    margin-top:5px;
    border-radius: 20px;
    background: aquamarine;
}
.play{
    width: 100%;
    height: 100%;
    background: #9057cea1;
    position: absolute;
    top: 0;
}
.play > div{
    width: 34%;
    height: 200px;
    background: #6cc594e8;
    margin: auto;
    margin-top: 10%;
    border-radius: 27px;
    text-align: center;
    box-shadow: 1px 1px 1px 1px #60439ab8;
}
.play > div > button{
    margin-bottom: 4%;
    margin-top: 14%;
}
.play > div > a {
    color: #fff;
}
.board{
    width: 25%;
    background: #735bbed4;
    height: calc(auto+10px);
    position: absolute;
    right: 1%;
    top: 5%;
    border-radius: 10px;
    display: none;
}
.board > div{
    color: #fff;
    text-align: center;
    font-size: 25px;
}
.board > div > p {
    display: inline-block;
}
.block{
    width: 146px;
    height: 146px;
    float: left;
    margin: 5px;
    border-radius: 20px;
    background-image: url(../image/bg.png);
    cursor: pointer;
}
.image1{
    background: url(../image/1.png);
    background-size:cover;
}

.image2{
    background: url(../image/2.png);
    background-size:cover;
}

.image3{
    background: url(../image/3.png);
    background-size:cover;
}

.image4{
    background: url(../image/4.png);
    background-size:cover;
}

.image5{
    background: url(../image/5.png);
    background-size:cover;
}

.image6{
    background: url(../image/6.png);
    background-size:cover;
}
.image7{
    background: url(../image/7.png);
    background-size:cover;
}

.image8{
    background: url(../image/8.png);
    background-size:cover;
}
.hide{
    visibility: hidden;
}

.block div{
    width: 146px;
    height: 146px;
    border-radius: 20px;
    
}

.losser{
    width: 625px;
    height: 625px;
    margin: auto;
    margin-top:5px;
    border-radius: 20px;
    background-image: url(../image/tenor.gif);
    background-size: cover;
    background-repeat: no-repeat;
    margin:0px auto;
    text-align: center;
}
.wineer{
    width: 625px;
    height: 625px;
    margin: auto;
    margin-top:5px;
    border-radius: 20px;
    background-image: url(../image/win.gif);
    background-size: cover;
    background-repeat: no-repeat;
    margin:0px auto;
    text-align: center;
}
h1{
    background: none;
    color: #62ff12;
    height: 8px;
    font-size: 70px;
    margin-top: 10%;
}
.wineer > button{
    color: #fff;
    font-size: 20px;
    margin: 20%;
}
.losser > button{
    color: #fff;
    font-size: 20px;
    margin: 20%;
}
.btt {
    position: fixed;
    top: 50%;
}
.btt >a {
    color: #fff;
}