
      
    .header{
      position: absolute;
      font-family: Helvetica;
      top: 25px;
      width: 300px;
      height: 150px;
      left: 0 auto;
      right: 0 auto;
      background-color: yellow;
      text-align: center;
      


        }
      
    .container{
        position: ;
        width: 1000px;
        height: 800px;
        margin-top: 0px;
        margin-right: auto; 
        margin-left: auto;
        overflow: hidden;
        }
    
    .p1{
        display: inline-block;
        height: 800px;
        width: 150px;
        background-color: white;
        padding: 200px 20px 20px 20px;
        border: 10px;
        margin: 0 auto;
      }
      .stripes{

      }