body {
  background-image: url(fundo-bsd.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: URW Chancery L, cursive;
  font-size: 15px
}
main {
    background-color: white;
    max-width: 600px;
    margin: 30px auto;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
}


h1 {
    color:#f1f2e9;
    text-align: center;
    margin-bottom: 5px;
}
p{
     color:#0c0c0b;
     font-size: 17px;
     background-color: #ffffff40;
}