body{
    text-align: center;
}

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

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

.red{
    background-color: rgb(175, 70, 70);
}

.yellow{
    background-color: rgb(198, 150, 38);
}

.green{
    background-color: rgb(35, 188, 205);
}

.blue{
    background-color: rgb(31, 93, 134);
}

.flash{
    background-color: white;
}

.userflash{
    background-color: rgb(124, 243, 124);
}