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: 0;
      text-align: center;
      line-height: 25px;
  }
  
  .p2 {
    color: beige;
    background-color:sienna;
     border: 1 white;
      border-radius: 15px 5px 15px 5px; 
      text-align: center;
      line-height: 10px;
  }
  
  .p3 {
    color: beige;
    background-color: rgba(65,105,225, 0.7);
     border: 1 white;
      border-radius: 15px 5px 10px 5px;
      text-align: center;
      line-height: 10px;
  }