.container {
    height: 100%;
    width: 100%;
    border: 1px solid black;
}

.finish {
    position: absolute;
    left: 90%;
    z-index: 2;
}

.veld {
   height: 100%;
    width: 100%;
    margin-top: 1%;
    position: relative;
}

button {
    height: 25px;
    width: 100px;
    position: relative;
    left: 1%;
    top: 10px;
}

.box {
    height: 135px;
    width: 100%;
    border: 1px solid rgb(0, 0, 0);
    position: relative;
}

.line {
    height: 684px;
    width: 0px;
    border: 1px solid rgb(0, 0, 0);
    position: absolute;
    z-index: 2;
    left: 10%;
}

.horse {
    height: 110px;
    position: absolute;
    z-index: 4;
    top: 10px;
    left: 0px;
}