body, html {
    margin: 0; 
    justify-content: center; 
    align-items: center; 
    flex-direction: column;
}
  
body{
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
      
}
div.Anzeige {
  width: 100vw; 
  justify-content: center;
  position: relative;
  top: 5vh;
}
div.Bestellübersicht{
  width: 28vw;
  height: 70vh;
  float:right;
  background-color: rgb(255, 255, 255);
  padding-top: 5vh;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: left;     
  flex-direction: column;
}

div.line{
  justify-content: center;
  align-items: center;
  background-color: rgb(226, 226, 226);
  width: 20vw;
  height: 0.2vh;
  display: flex;
    flex-direction: column;
    position: relative;
}
p{
  position: relative;
  
}
.input-box {
  display: flex;
  padding: 10px;
  color: grey;
  border: 1px solid black;
  border-radius: 4px;
}