.marginTopBottom{
    margin-bottom: 5px;
    margin-top: 5px;;
}

textarea#brainRain_editor{
    border: 1px solid black;
    width:100%;
    /* height: calc(100vh - 75px); */
    height: 750px;
}

body{
    background-color: rgb(285, 185, 0);
}

select{
    margin-top:5px;
}

#brainRain_playButton{
    float:right;
}

#brainRain_playButton polygon{
    fill:green;
    stroke:green;
    stroke-width:1
}

#brainRain_returnButton polygon{
    fill:red;
    stroke:red;
    stroke-width:1
}