body {
    background-image: url(image/Capture.PNG);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.title {
    color: yellow;
    text-align: center;
    font-size: 30px;
}
.box {
    text-align: center;
    margin: 20px auto 20px auto;
    padding: 20px;
    border-radius: 30px;
    box-shadow: black;
    max-width: 500px;
    max-height: 600px;
    border: burlywood;
    background-color: silver;


}
.text {
    color: snow;
    font-size: 20px;
}
#number {
    color  :gold;
    font-size: 80px;
    
}
button{
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    border: none;
    margin-top: 10px;

}

.img {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}
.start_btn {
    background-color: #FF00FF;
    color: white;
}

.reset_btn {
    background-color: seagreen;
    color: white;
}


