body {
    background-color: #c4c4c4;
}

#container {
    width: 1500px;
    height: 730px;
    /* border: 1px solid black; */
    position: relative;

}

#rij1 {
    width: 100%;
    height: 20%;
    border: 1px solid black;
    position: absolute;
}

#rij2 {
    width: 100%;
    height: 20%;
    border: 1px solid black;
    position: absolute;
    margin-top: 9.8%;
}

#rij3 {
    width: 100%;
    height: 20%;
    border: 1px solid black;
    position: absolute;
    margin-top: 19.6%;
}

#rij4 {
    width: 100%;
    height: 20%;
    border: 1px solid black;
    position: absolute;
    margin-top: 29.4%;
}

#rij5 {
    width: 100%;
    height: 20%;
    border: 1px solid black;
    position: absolute;
    margin-top: 39.2%;
}

#start_lijn {
    width: 10%;
    height: 734px;
    position: absolute;
    border: 1px solid black;
}

#paard1 {
    position: absolute;
    width: 10%;

}

#paard2 {
    position: absolute;
    width: 10%;

}

#paard3 {
    position: absolute;
    width: 10%;

}

#paard4 {
    position: absolute;
    width: 10%;

}

#paard5 {
    position: absolute;
    width: 13%;

}