	body	{
		text-align: center;
		background-color: black;
		color: white;
		font-family:"Arial Black", "Helvetica Neue", "Arial";
		font-weight: bold;
	}


	.highlightzwei {
		background-color: rgba(0, 0, 0, 0.506);
		color: white;
		padding: 7px;
		border-radius: 5px;
		margin: 5px;
		display: inline-block;
		font-size: 2em;
	}

	.white-link	{
		color: white;
		text-decoration: none;
	}

	.white-link:hover	{
		color: rgba(255, 255, 255, 0.724);
		text-decoration: none;
	}	


	.container {
		position: relative;
		display: block;
		margin: 20px auto;
		text-align: center;
		max-width: 800px;
		transition: transform 0.3s ease-in-out;
	}

	.container:hover {
		transform: scale(1.1);
	}

	.container img {
 	 	display: block;  
		margin: 0 auto;  
	}

	
	img {
		width: 100%;
		max-width: 800px;
		border-radius: 10px;
		display: block;	
		
		
	}


	.text-overlay {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width:90%;
	}

	
	.highlight {
		background-color: rgba(64, 64, 64, 0.7);
		color: white;
		padding: 10px;
		border-radius: 5px;
		margin: 5px;
		display: inline-block;
	}


	header {
		background-color: #333;
		color: white;
		padding: 15px;
		text-align: center;
	}
	
	nav ul {
		list-style: none;
		padding: 0;
	}
	
	nav ul li {
		display: inline;
		margin: 0 15px;
	}
	
	nav ul li a {
		color: white;
		text-decoration: none;
		font-size: 18px;
	}

	nav ul li a:hover {
		color: rgba(255, 255, 255, 0.724);
	}
	
	
	ol {
		text-align: left;
		display: inline-block;
		margin-top: 20px;
	}

	main {
		padding: 20px;
		text-align: center;
	}


	h2 {
		margin-bottom: 50px;
	}

	html {
		scroll-behavior: smooth;
	}

	.video-container {
		width: 100%; 
		max-width: 800px;
		height: auto;
		overflow: hidden;
		border-radius: 10px; 
		box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
		position: relative;
		display: block;
		margin: 20px auto;
		text-align: center;
		transition: transform 0.3s ease-in-out;
	  }

	  .video-container:hover {
		transform: scale(1.1);
	}
	  
	  .epic-video {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
	  }

	  .video-container img {
		display: block;  
	  margin: 0 auto;  
	  }