.choices-panel {
    font-family: sans-serif;
    color: aliceblue;
    background-color: rgb(40, 52, 102);

    /* position: relative; */
    width: 400px;
    height: 500px;
    overflow: auto;
}