body {
  font-family: 'Josefin Sans', sans-serif;
  background-color: #f2f6f7;
  color: #333;
  margin: 0;
  padding: 20px;
}

h1 {
  text-align: center;
  font-family: 'Cherry Bomb One', cursive;
  font-size: 3em;
  color: #1b4f72;
}

p {
  text-align: center;
  font-size: 1.2em;
  margin-top: -15px;
}

.bordes1 {
  display: block;
  max-width: 250px;
  margin: auto;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

table {
  width: 90%;
  margin: 20px auto;
  border-collapse: collapse;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

th {
  background-color: #2874a6;
  color: white;
  padding: 12px;
  font-size: 1.1em;
}

td {
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 1em;
  line-height: 1.6;
}

h2 {
  text-align: center;
  color: #1b4f72;
  margin-top: 40px;
  font-size: 2em;
}

img[usemap] {
  display: block;
  margin: 0 auto;
  max-width: 95%;
  height: auto;
  border-radius: 10px;
}
