 *{
  margin: 0;
  padding: 0;
   box-sizing: border-box;
}
 body {
      font-family: Arial, sans-serif;
     
    }
    header {
      background-color: #004080;
      color: white;
      padding: 1rem;
      text-align: center;
    }
    article {
      max-width: 800px;
      margin: 2rem auto;
      padding: 0 1rem;
      font-size: 18px;
      line-height: 1.6;
      background-color: rgba(255, 255, 255, 0.429);
      border-radius: 8px;
    }
    article p {
      text-align: justify;
      color: black;
    }
    main {
        width: 100%;
        height: auto;
  margin: 0;
      text-align: center;
       background-image: url(../img/basilicacaridad.jpg);
      background-size: cover;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
    .btn-regresar {
        margin-top: 40px;
      position: relative;
        right: 22%;
    
    }
    .imgcaridad {
      margin-top: 30px;
      width: 200px;
      height: auto;
      border-radius: 8px;
    }
    .footer {
      background-color: #333;
      color: white;
      text-align: center;
      padding: 1rem;

      width: 100%;
    }