
body {
    font-size: 30px;
    color: white;
    background-image: url("1.webp");
    background-color: #8B4513;
     background-size: 650px;
    font-family: helvetica, arial;
    font-weight: bold;
    text-align: center;
      margin:0px;
  width:100vw;
  height:100vh;
  overflow:auto;
}
    h2 {margin: 20px;
        padding: 20px;
    }
    h1 {border-style: dashed;
        border-width: 10px;
        border-left-width: 10px;
        border-right-width: 10px;
        border-color: red;
        font-style: italic;
    }
    a {color: #1f93ff;
    }
    h2 {font-size: 45px;
    }
    p  {font-size: 20px;
    }
#wrap {
  width: 1000px;
  height: 100%;
  padding: 0;
  overflow: hidden;
  display:block;
  margin: auto;
  text-align: start;
  float: center;
  }

#scaled-frame {
  width: 500px;
  height: 1000px;
  border: 5px;
  display:block;
  margin: auto;
  text-align: start;
  float: center;
  }

#scaled-frame {
  zoom: 1;
  -moz-transform: scale(1);
  -moz-transform-origin: 0 0;
  -o-transform: scale(1);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 0 0;
  }

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #scaled-frame {
    zoom: 1;
    }
  }
/* Add a black background color to the top navigation */
.topnav {
  background-color: rgba(59,20,1,0.9);
  overflow: hidden;
  padding: 10px;
  position: sticky;
  top: 0;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: center;
  color: #f2f2f2;
  text-align: center;
  padding: 40px 20px;
  text-decoration: none;
  font-size: 24px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #faa0a0;
  color: white;
}
.artikel {
  border: 0.4vw ridge red;
  background-color: rgba(200,86,86,0.8);
  padding: 25px;
  display: right;
  flex-direction: column;
  float: left;
  width: 30vw;
  height: 25vw;
  align-items: center;
}

.artikel img {
  width: 15vw;
}

.artikel p {
  font: small-caps bold 1.5vw sans-serif;
  text-align: center;
}
.kaufknopf {
    height:2.5vw;
    width:5vw;
    font-size:1vw;
    font-weight: bold;
    
}
.shop {
  flex-direction: column;
  float: center;
  width: 99vw;
  overflow: hidden;
  align-items: center;
  padding: 10px;
}
.tomaten img {
  width: 50vw;
}
.trenner {
  height: 5000px;
  width:50px;
}