body,html{
width: 100%;
    margin: 0%;
    height: 100%;
 background-color: rgb(186, 216, 242);
 
}

tables-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  
  
}
.table-block {
  flex: 1 1 300px;
  max-width: 450px;
}
table.missions {
  width: 100%;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  
}
.missions th {
  background: #215bb3;
  font-size: 0.85rem;
}
.missions td {
  font-size: 0.8rem;
}
missions img {
  width: 25px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.tables-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.table-block {
  flex: 1 1 350px;
  max-width: 450px;
}

.mission-table .info-table {
  background-color: #48aedd;
}

.mission-table .info-table td {
  font-size: 0.85rem;
}

.vision-table .info-table {
  background-color: #e78a8a;
}

.vision-table .info-table td {
  font-size: 0.85rem;
}

.info-table img {
  width: 150px;
  height: auto;
  border-radius: 5px;
}

header {
  padding: 20px;
  text-align: center;

}

header h1 {
  margin: 0;
  font-size: 26px;
}

header p {
  margin-top: 8px;
  font-size: 15px;
  color: #475569;
}

main {
  max-width: 1000px;
  margin: 20px auto;
  padding: 0 15px;
}

.apostolate-table th {
  background: #dcfce7;
  color: #dd6920;
  font-size: 16px;
  padding: 10px;
}

.apostolate-table td {
  padding: 12px;
  font-size: 14px;
  color: #334155;
  vertical-align: top;

}

  .apostolate-table img {
  width: 200px;
  height: 200px;

  }

#continent img{
  width: 100%;
  height: 300px;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

h1, h2 {
  text-align: center;
  margin-bottom: 20px;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.contact-form, .contact-details {
  flex: 1 1 45%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

input, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

button {
  background: #0077cc;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background: #005fa3;
}

.contact-details p {
  font-size: 16px;
  margin: 12px 0;
}

.contact-details i {
  color: #0077cc;
  margin-right: 10px;
}
.map iframe {
  border-radius: 10px;
  margin-top: 10px;
}

