body{
		background-color: white;
		}
		h1 {
		font-weight: bold;
		font-size: 50px;
		color: #99BF52;
		text-transform: uppercase;
		letter-spacing: 4px;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.3); /* Optionaler Schatten */
		text-align: center;
		margin-bottom: 0px;
		margin-top: 20px;
		}
		h2	{
		color: #985305;
		margin-top: 5px;
		margin-bottom: 0px;
		font-size: 30px;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
		}
		h3 {
		color: black;
		font-size: 25px;
		}
		h4 {
		color: #99BF52;
		font-size: 35px;
		}
		label {
		color: black; 
		font-size: 25px;	


