.stemnumber{
    padding:12px;
    font-size: 26px;
    border-radius: 12px;
    font-family: 'VAGRounded';
    text-align: center;
    width:100px;
    
}


.logbut{
    padding:6px;
    border-radius: 12px;
    background-color: #ff4800;
    color:#fff;
    text-align: center;
    margin:8px;
    font-family: 'VAGRounded';
    font-size: 20px;
}

.connectlight{
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    
}

.redbg{
    background-color: #f00;
}

.greenbg{
    background-color: #0e1;
}


.answer{
    min-height: 200px;
    background-color: #d3d6db;
    font-size: 92px;
    border-radius: 32px;
   
}

.answer p{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 68px;
     font-family: 'VAGRounded';
}

.answer.selected{
    background-color: #ff4800;
}
.answer.notused{
    opacity: .6;
}