svg{
    width: 260px;
    height: 260px;
    
    
}

svg *{
    display:none;
}

.shapesStyle{
    fill:blue;
    stroke:black;
    stroke-width:1
}

label{
    cursor: pointer;
}