body {
    text-align: center;
    font-family: Sans-serif;
    margin: 0;
}

#sun {
    fill: #ff4e2d;
}

#planet {
    fill: #203390;
}

#moon {
    fill: slategrey;
}

#trails circle {
    fill: darkgrey;
}