body{
    text-align: center;
}

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

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

.gray{
    background-color: #D55075;
}

.pink{
    background-color: #57A0B7;
}

.orange{
    background-color: #FA9141;
}

.blue{
    background-color: #7694F3;
}

.flash{
    background-color: white;
}

.userflash{
    background-color: green;
}

.info{
    position: relative;
    bottom: 1px;
}