html, body {
width: 100%;
height: 100%;
min-height: 500px;
min-width: 900px;
margin: 0;
background-image: url("images/earth.jpg");
}
		
#paffendorf {
height: auto;
width: 700px;
}

#kona {
position: absolute;	
bottom: 1vh;
right: 20px;
}

#kona2 {
position: absolute;
bottom: 0.1vh;
left: 20px;
height: auto;
width: 400px;
}

.timotei {
display: flex;
justify-content: center;
flex-direction: column;
row-gap: 20px;
align-items: center;
min-height: 100vh;
font-family: sans-serif;
color: white;
}
