body {
    background-image: url("imagens/papel2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-color:#D2B48C;
    color: #000000;
    margin: 15px;
    
}

h1 {
  text-align: center;
  background-color:rgba(210,180,140, 0.5);
  color: black;  
}
h2 {
  text-align: center;
  background-color:rgba(210,180,140, 0.5);
  color: black;  
}
p:nth-of-type(1) {
    text-align: center;
    background-position: center center;
    background-color: lightblue;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 18px
    

}