body{
    text-align:center;
}
.btn{
    height:200px;
    width:200px;
    border-radius:20px;
    border:10px solid black;
    margin:2rem;
}
.container-class{
    display:flex;
    justify-content:center;
}
.red{
    background-color:rgb(146, 65, 65);
}
.yellow{
    background-color:rgb(155, 155, 60);
}
.green{
    background-color:rgb(71, 176, 71);
}
.purple{
    background-color:rgb(163, 87, 163);
}
.flash{
    background-color: white;
}
.userflash{
    background-color:rgb(249, 5, 5);
}