body{
    text-align: center;
}
.btn{
    height: 200px;
    width: 200px;
    border-radius: 20%;
    border: 7px solid black;
    margin: 1.5rem;
}
.btn-container{
    display: flex;
    justify-content: center;
}
.yellow{
    background-color:rgb(255, 153, 58);
}
.red{
     background-color:rgb(216, 67, 124);
}
.green{
    background-color: rgb(96, 139, 160);
}
.purple{
    background-color: rgb(113, 111, 219);
}
.flash{
    background-color: aliceblue;
}
.userflash{
    background-color: green;
}












