body {
    text-align: center;
    background-image: url("./asset/images.jpeg");
    background-size: cover

}

.head {
    color: white;
}

.btn-container {
    display: flex;
    justify-content: center;
}



.btn {
    height: 200px;
    width: 200px;
    border-radius: 20%;
    border: 10px solid black;
    margin: 2rem;
    
}

.red {
    background-color: red;
}
.green {
    background-color: green;
}
.orange {
    background-color: orange;
}
.yellow {
    background-color: yellow;
}


.flash {
    background-color: white;
}

.userFlash {
    background-color: rgb(92, 113, 174);
}