body 
{
  background-image: url(c:/Users/Admin/OneDrive/Dokumente/Informatik/img/Tannenbaum.jpeg);
  background-size: cover;
  background-color: #fcf3cf;
  margin: 20px
  font-size: small;
  font-family: "bahnschrift";
}

h1
{
  font-size: 250%;
  color: #d2691e;
  margin-bottom: 20px;
}

h2
{
  font-weight: bold;
  font-style: normal; 
  color: #d2691e;  
}

ul
{
  color: black;
}
.Teig {
	background-color:;
}
.Schluss {
	font-family:cursive;
}
body {
	font-family:"Bahnschrift";
}
.recipe-section {
    margin: 20px auto;
    max-width: 800px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.img-fluid {
	border-radius: 10px;
}

