body {
    background-color: white;
   /* overflow-x: hidden;*/
}
h1{
    font-size: 50px;
    font-family: monospace;
    display:flex;
    justify-content: center;
}

img {
    width: 700px;
    height: 500px;
}

#projecten {
    width: 500px;
    height: 500px;
}
    
#eiland {
    height: 5px;
    width: 10px;
    position: relative;
    top: 200px;
}
#piet {
    height: 5px;
    width: 10px;
    position: relative;
    top: 600px;
    left: 800px;
}
#smiley {
    height: 10px;
    width: 10px;
    position: relative;
    top: 1100px;
}
#smoesjes{
    position: relative;
    top: 1700px;
    left: 700px;
    
}
#vliegendeiland{
    background-color: yellow;
    font-size: 20px;
    flex-wrap: wrap;
    width: 500px;
    height: 200px;
    max-width: 500px;
    position: relative;
    top: -200px;
    left: 900px;
 }
 #pietmondriaan {
    background-color: yellow;
	font-size: 20px;
    flex-wrap: wrap;
    width: 550px;
    height: 150px;
    max-width: 400px;
    position: relative;
    top: 100px;
    left: 100px;
 }
 #gezicht {
    background-color: yellow;
    font-size: 20px;
    flex-wrap: wrap;
    width: 500px;
    height: 200px;
    max-width: 500px;
    position: relative;
    top: 400px;
    left: 800px;
 }
 #smoesjesbox {
    background-color: yellow;
    font-size: 20px;
    flex-wrap: wrap;
    width: 500px;
    height: 100px;
    max-width: 500px;
    position: relative;
    top: 900px;
    left: 50px;
 }
.opdrachten{
    display: grid;
    width: 500px;
    height: 500px;
    position: relative;
    top: 1000px;
    left: 200px;
}
#lampopdracht{
    background-color: yellow;
    font-size: 20px;
    flex-wrap: wrap;
    width: 250px;
    height: 50px;
    max-width: 250px;
    position: relative;
}
#alienopdracht{
    background-color: yellow;
    font-size: 20px;
    flex-wrap: wrap;
    width: 250px;
    height: 50px;
    max-width: 250px;
}
#disconnectopdracht{
    background-color: yellow;
    font-size: 20px;
    flex-wrap: wrap;
    width: 250px;
    height: 80px;
    max-width: 250px;
}

 a {
    text-decoration: none;
}
