svg {
    width: 100%;
    height: 100%;
}
path{
    fill:rgb(83, 83, 83);
    stroke:gray;
}
body{
    background-color: black;
}