body {
  background-color: #E7DDD0;
  color: #D7C7B2;
  background-image: url('foto/pngtree-old-crumpled-squared-paper-as-a-background-school-checkered-gray-photo-picture-image_8603926.jpg');
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

h1 {
    text-align: center;
    background-color: #6C5637;
    background-color: rgba(139,69,19, 0.8)
}

h2 {
    background-color: #6C5637;
     background: linear-gradient(to right, #84531F, #A96B28);
}

  .p {
    color: beige;
    background-color:SaddleBrown;
      border: 1 white;
      border-radius: 15px 5px 10px 5px; 
      margin: 6;
      text-align: center;
      line-height: 25px;
      background-size: 70% 
  }
  
  .p2 {
    color: beige;
    background-color:sienna;
     border: 2 white;
      border-radius: 15px 15px 15px 15px; 
      text-align: center;
      line-height: 25px;
  }
  
  .p3 {
    color: beige;
    background-color: Peru;
     border: 1 white;
      border-radius: 15px 5px 10px 5px;
      text-align: center;
      line-height: 25px;
  }
  
   .p4 {
    color: beige;
    background-color: rgba(139,69,19, 0.7);
     border: 1 white;
      border-radius: 15px 5px 10px 5px;
      text-align: center;
      line-height: 25px;
  }
  
  div {
       text-align: center;
       color: white;
       background-color:rgba(139,69,19,0.7);
       background-repeat:  no-repeat;
       background-position: center;
      padding: 1px;
    }
    
    footer {
        background-position: center;
        background-color:rgba(70 ,130 ,180 , 0.9);
        color: white;
        text-align: center;
        padding: 5px;
      }
