body{
    background-color:rgb(201, 186, 157) ;
}
h1{
    text-align: center;
}
.img{
    mix-blend-mode: multiply;
}
.box {
    text-align: center;
    box-shadow: 3px 3px wheat;
    border: bisque;
    max-width: 500px;
    max-height: 500px;
    background-color: whitesmoke;
    margin: 20px auto 20px auto ;
    padding: 30px;
    border-radius: 30px;
}
button{
    padding: 10px 10px 10px 10px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}
.start-btn {
    background-color: rgb(20, 191, 134);

}
.reset-btn{
    background-color: rgb(176, 191, 64);
    color: rgb(236, 6, 6);
}
