   /*stylesheet "F-Wurf.css"*/
     @media all{
   /*===============================================================================*/
    header * {   /*ist optimal!*/
	flex: 1 1 0%;
  align-self: center;
}
  h2{
  margin-left: 0em;
  margin-right: 0em;
  }
   .one{
  border: 2px solid  #808000;
       border-radius: 28px;
        font-size: 2,5em;
text-shadow: 4px 4px 4px white, 5px 5px 10px black;
 	box-shadow: inset -4px -4px 20px #ccc;
  text-align: center;
  }

  article{
 border: 2px solid #eee;
        border-radius: 28px;
   background-color: #FFFFca;
   color: #808000;
 padding: 2em;
 margin: 1em;
 text-align: center;
   }

   section{
    gap: 2em;
    padding-left: 2em;
    justify-content: space-around;
 }
 aside{
 margin-top: 1em;
  text-align: center;
  align-self: center;
 }
     

#flex-container{
  display: flex;
  flex-flow: row wrap;
   align-items: center;
   margin: 1,3em;
  }	
  .flex-item {
  flex: 1 auto 0%;

  }

  #container{
  display: flex;
  flex-flow: row wrap;
   align-items: center;
   margin: 1,3em;

/*=====================================================================================*/
  }/*@media stehen lassen*/


