.network { width: 100%; height: 100vh; animation: fadein 0.5s; animation-timing-function:linear; animation-fill-mode: forwards; animation-iteration-count: 1; } .links line { stroke: #999; stroke-opacity: 0.6; } .nodes circle { stroke: black ; stroke-width: 0px; } .active-peer { fill: pink; }