#greenBlock {
    width: 500px;
    height: 300px;
    background-color: darkseagreen;
    /* centreer horizontaal */
    /* margin: 0px auto; */
    position: absolute;
    left: calc(50% - 250px);
    } 