
.button{
    display: flex;
    display: inline-block;
    transition: all 0.2s;
    border: solid rgb(156, 151, 151);
    width: 140px;
    height: 100px;
    border-radius: 10px;
    backdrop-filter: blur(52);
    font-size: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: rgb(231, 205, 157);
}


.buttoncontainer{
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
    align-items: center;
    
    border: solid black;
    border-radius: 10px;
    padding: 20px;
backdrop-filter: blur(20px);
width: 900px;
height: 600px;
justify-content: center;
display: flex;


}
#Yo{
    justify-content: center;
    display: flex;
    font-size: 25px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.button:hover{
    transform: scale(1.07);
    border: solid rgb(110, 107, 107);
    
}

body{
    background-image: url(rockpaperscissors.jpg);
    
    
}

.grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 200px 300px;
}

.winamount{
    display: inline-block;
    display: flex;
    justify-content: center;
    display: flex;
}

.wintext{
    display: flex;
    justify-self: center;
}


.onemillionclicktext{
    grid-column: 2;
    display: flex;
    justify-self: center;
    font-size: 30px;
    color: rgb(53, 1, 1);
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.305);
    backdrop-filter: blur(10px);
    width: 900px;
    height: 80px;
    padding: 10px;
    text-shadow: 0px 0px 15px white;
}



.buydiv{
    position: fixed;
    right: 20px;
    
    bottom: 17px;
    width: 250px;
    border: solid rgb(176, 109, 109);
    
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 15px;
    border-radius: 10px;
    
    
    
}

.buttonbuy{
    margin-left: 40px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgb(0, 0, 0);
    text-shadow: 0px 0px 10px rgb(73, 31, 31);
    font-size: 16px;
    transition: transform 0.2s;
    }

.buttonbuy:hover{
    transform: scale(1.10);
}

.buttondiv{
    position: fixed;
    top: 175px;
}