body {
	background-color: darkcyan;
	color: yellow;
  font-family: sans-serif;
  font-size: 15px
	background-position: center;
	text-align: center;
}

nav {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}


div {
  display: flex;
  justify-content: center;
}


wrapper {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

#logo {
  display: flex;
  justify-content: center;
  padding: 20px 0 20px 0;
}

#logo img {
  max-width: 100%;
  height: auto;
}

img {
	width: 250;
	height: 300px;
}

lokipictures {
	float: none;
}