img.rezept-bild {
    border: 4px solid gold;
    border-radius: 25px;
}

ol li {
    line-height: 2em;
    fontsize: 1.1em;
}

h2 {
    color:green;
}

div.center {
    width: 50%;
    margin: 0 auto;
}

h1.title {
    border: 1px solid green;
    text-align: center;
    border-radius: 25px;
}

body {
    background-image: url('../images/schnee.jpg');
}

.white-bg {
  background-color: white;
}

div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  border-radius: 15px;
  top: 0;
  width: 200px;
  border: 3px solid silver;
  background-color: rgb(290,180,180);
  padding: 10px;
}