#bottom-bar{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
select option {
  background-color: #1e1e1e;
  color: white;
}
.gain{
    color: rgb(0, 255, 0);
}
.loss{
    color: red;
}