body{
    background-color: rgb(255, 255, 255)
    
}

#panel{
    position:absolute;
    top:0px;
    left:1100px;
    width:400px;
    height: 100%;
    color: rgb(0, 0, 0);
    padding: 2em;
    background-color: rgb(255, 255, 255);
}

#mode-button{
    text-anchor: start;
    stroke-width: 1,5px;
    stroke: "#ffffff";
    font-family: 'Cutive Mono', monospace;
    
}