body{
    margin:0px;
    padding:0px;
    text-align: center;
}

.choice-image{
    height: 75px;
}
.choice-button{
    height:100px;
    width: 100px;
    border:none;
    margin:10px;
    background-color: rgb(164, 212, 130);
    border-radius: 50px;
    cursor: pointer;
}
.reset-button{
    cursor: pointer;
}