* {
	font-family: sans-serif;
	color: black;
	text-decoration: none;
}
body {
	background-color: white; 
	color: black;
	margin: 0;
	font-family: "Arial";
	height: 100%;
}

header {
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.nav-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	display: inline;
	text-align: center;
	padding: 8px 22px;
	font-weight: bold;
	font-size: 24px;
}
.nav-text2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	display: inline;
	text-align: center;
	padding: 8px 22px;
	font-weight: bold;
	font-size: 36px;
}
header img {
	width: auto;
	height: 196px;
}
form {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: black;
	font-family: "Arial";
	margin: 10px 0;
}

label {
	color: black;
}
input {
	font-size: 18px;
	background-color: white;
	border-radius: 12px;
	border: 1px solid;
	padding: 6px 9px;
	
}
footer {
	padding: 8px 12px 16px 12px;
}
button {
	font-size: 18px;
	background-color: white;
	border-radius: 12px;
	border: 1px solid;
	padding: 6px 9px;
}
u {
	text-decoration: underline;
}
article {
		text-align: center;
		
}
article img {
	width: 1000px;
  height: 1000px;
}
picture{
	img-align: center;
}

.essen {
	width: 100%;
	height: 100%;
}

button:hover , a:hover{
	cursor: pointer;
}

.mobile-container {
	max-width: 480px;
	margin: auto;
	height: 500px;
	color: white;
	border-radius: 10px;
  }
  
  .topnav {
	overflow: hidden;
	position: relative;
	z-index: 100;
  }
  
  .topnav #myLinks {
	display: none;
	z-index: 100;
  }
  #myLinks {
	  position: fixed;
	  background-color: rgb(255, 255, 255);
	  width: 100vw;
	  height: 100vh;
	  z-index: 100;
	  display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  }
  #myLinks div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 100;
	height: 60%;
  }
  .topnav a {
	float: left;
	color: black;
	text-decoration: none;
  }
  #logo {
	  width: auto;
  }
  .topnav a.icon {
	display: inline;
	float: right;
	text-align: end;
	padding: 6px;
	margin: 6px;
  }
  
  .topnav a:hover {
	color: black;
  }

  #mobile-nav {
	  display: none;
  }

@media only screen and (max-width: 600px){
#mobile-nav {
	display: block;
}
header {
	display: none;
}
input, form, button {
	font-size: 18px;
}
.icon:hover {
cursor: pointer;
}
input{
	width: 70%;
}
}

footer{
text-align: center;
}