

.body{
    background-color: rgb(104, 104, 197);


}

.h2{
    text-align: center;
    font-family: monospace;
}


.div1{
    font-family: monospace;
    text-align: center;
    margin: 20px auto;
    padding: 20px;
    border-radius: 30px;
    box-shadow: black;
    max-width: 500px;
    max-height: 500px;
    border: burlywood;
    background-color:whitesmoke


}

#number{
    color: rgb(9, 9, 128);
}

.img1{
    width: 200px;
    display: block;
    margin: 0 auto ;
    color:rgb(122, 93, 93) ;
}


.button{
    background-color: rgb(72, 95, 50);
    color: white;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    border: none;
    margin-top: 10px;


}
.button:hover{
    background-color: rgb(29, 28, 134);
    color: rgb(99, 202, 113);
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    border: none;
    margin-top: 10px;



}

