/* Second body page */
/* Track image */
.track
{
    margin-top: -460px;
}

.track img
{
    margin-left: 350px;
}



/* Display items for track class */
.track ul
{
    text-align: center;
    margin-top: -70px;
    margin-left: 100px;
}

.track li
{
    margin-left: 100px;
}

.track li:first-child,
.track li:nth-child(2),
.track li:last-child 
{
   width: 300px;
   height: 200px;
   background-color: red;
   border-radius: 50%;
}
