<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
<title>xAKRZu</title>

<g id="rail" style="fill:none;stroke:#be2d2c;stroke-width:100;">
<path d="M250,0 v150" />
<path d="M250,500 v-150" />
</g>

<g id="bridge" style="stroke:#80a080;stroke-width:45;fill:none;">
<path d="M50,80 l50,70 h300 l50,-70"/>
<path d="M50,420 l50,-70 h300 l50,70" />
</g>

<path id="road-bg" d="M0,250 h500" style="stroke:#ff0000;stroke-width:120;fill:none;"/>
<path id="road-fg" d="M0,250 h500" style="stroke:#ffff00;stroke-width:40;fill:none;"/>
</svg>