body{
    background-color: rgb(50,180,255);
    margin: 0px;
}
#svg{
    width: 1200px;
    height: 600px;
    
}
.winlines{
    stroke: rgb(247, 148, 112);
    stroke-width: 4px;
}
.po{
    font-size: 60px;
}
.b{
    border: 0px;
    background-color: white;
    width: 100px;
    height: 100px;
    font-size: 50px;
    transition: 0.4s;
}
.bl{
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-right: 1px solid black;
}
.bc{
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.br{
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    border-left: 1px solid black;
}
@media screen and (max-width:600px)
{
    #name{
        top:450px;
    }
}