/* welkom scherm */
#wellcome_screen
{
display: block;
position: relative;
background-color: white;
top: 100px;
height: auto;
border: 0px solid red;	
font-size: 1.5rem;
padding: 1.0rem;
}

#welcome_text
{
	/* nog niet gebruikt */
}

#smartphone_body
{
display: block;
position: fixed;
width: 155px;
height: 155px;
border: 0px solid black;
margin: 20px;
left: 500px;
top: 800px;
}

#tablet_body
{
display: block;
position: fixed;
width: 155px;
height: 155px;
border: 0px solid black;
margin: 20px;
left: 300px;
top: 800px;
}

#laptop_touchscreen_body
{
display: block;
position: fixed;
width: 155px;
height: 155px;
border: 0px solid black;
margin: 20px;
left: 100px;
top: 800px;
}

#laptop_body
{
display: block;
position: fixed;
width: 155px;
height: 155px;
border: 0px solid black;
margin: 20px;
left: 500px;
top: 600px;
}

#desktop_body
{
display: block;
position: fixed;
width: 155px;
height: 155px;
border: 0px solid black;
margin: 20px;
left: 300px;
top: 600px;
}

#desktop_4k_body
{
display: block;
position: fixed;
width: 155px;
height: 155px;
border: 0px solid black;
margin: 20px;
left: 100px;
top: 600px;
}