#svg{
    background-color: white;
}
#tAngle{
    fill: rgba(50,180,255,0.8);
    stroke: red;
    stroke-width: 5px;
}
text{
    font-size: 100px;
    fill: red;
}
line{
    stroke: black;
    stroke-width: 10px;
}
body{
    margin: 0px;
    background-color: rgb(50,180,255);
}