svg {
    outline: 1px solid #999;
    width: 320px;
    height: 240px;
}
rect.earth {
    fill: rgb(0,127,0);
}
rect.water {
    fill: rgb(0,0,255);
}