/* Standart Einstellung*/
body {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 15pt;
	font-weight: bold;
	color: white;
    text-align: center;
	background-color: #F09800;
	margin-top: 200px;
	margin-right: 20px;
	margin-left: 20px;

}
#mittig {
    text-align: left;
    width: 500px;
    margin: 0 auto;
    background-color: orange;
}

h1 {
	font-size: 23pt;
    margin-top:10px;
    margin-bottom:10px;
}

.item {
  border:4px groove white;
  border-radius: 0.5em;
  padding: 20px;
  width: 30em;
}

.container {
  border:4px groove white;
  border-radius: 0.5em;
  font: 1.2em Verdana;

  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}