 header {
   background-image: url("pion2.jpg");
  
   margin-top: 0px;
   margin-right: auto;
   margin-left: auto;
   
   width: 1000px;
   height: 200px;
   
   }
 
 body {
  background-color: rgb(255, 211, 220);
 }
 
 li {
   color: blue;
   }
   
  #outset  {
     color: rgb(243, 75, 126);
     position: absolute; 
     top: 90%;
     left: 50%;
     border-style: outset;
  }
  
  #pionBild {
     position:fixed;
     height: 200px;
     width: 750px;
     max-width: 2500px;
     top: 0%;
     left: 10%;
    }
    
    
  
    .klar{
      text-decoration: line-through;
    }
    
    h1{
     position: relative;
     margin: auto;

    top: 45%;
    left: 0%;
    width: 100%;
    text-align: center; 
    vertical-align: middle;
    color: rgb(0, 0, 0)
    
  
      }
  
     
      footer {
      
        }
    