    body{
    text-align: center;

}

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

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

.red{
    background-color: #d95980;
}

.orange{
    background-color: #f99b45;
}

.blue{
    background-color: #63aac0 ;
}

.purple{
    background-color: #819ff9;
}

.gameflash{
    background-color: white !important;
}

.userflash{
    background-color: green !important;
}

