.body{
    margin: 0px;
    
}

.background{
    width: 100%;
    height: 100vh;
    background-image: url(resource/background2.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    overflow: hidden;
    position: absolute;
}
.dai{
    height: 280px;
    margin-top: 468px;
    position: absolute;
   

}

.box{
    width: 220px;
    height: 260px;
   /* background-color: brown;*/
    position: absolute;
    margin-top: 590px;
    background-image: url(resource/nnn.gif);
    background-size: contain;
    background-repeat: no-repeat;

}
.score{
    font-size: 50px;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 20px;
    position: absolute;
}


.end{
    width: 1536px;
    height: 100vh;
    position: absolute;
    background-image: linear-gradient(90deg,red 0%,black 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 90px;
    font-weight: bold;
    color: aliceblue;
    font-family: "Brodway";
    visibility: hidden;

}
.btn{
    height: 35px;
    width: 300px;
    margin-top: 50px;
    font-size: 25px;
    font-weight: 1000;
    background-color:aqua;
    border:none;
    border-radius: 25px;
}
.btn:hover{
    height: 37px;
    width: 305px;
    background-color: rgb(102, 203, 203);
    cursor: pointer;
    color: black;

}