/* General styles for the body */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
}

/* Header styles */
header {
  padding: 20px;
  text-align: center;
  font-size: larger;
}

header img {
  width: 100%;
  height: auto;
}

h1 {
  margin: 0;
  font-size: 42px;
}

h1 span {
  font-size: 150%;
  font-weight: bold;
  color: red;
}

/* Navigation styles */
nav {
  background-color: #005a9e;
  padding: 10px 0;
  text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav li {
  display: inline;
  margin: 0 15px;
}

nav a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
  font-size: 1.2em;
}

nav a:hover {
  text-decoration: underline;
}

/* Main content styles */
main {
  padding: 20px;
  background-color: white;
  margin: 20px auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

main table {
  width: 100%;
  /* border-collapse: collapse; */
  border: none;
  margin-top: 20px;
}

main table td {
  padding: 10px;
  /* border: 1px solid #ddd; */
  border: none;
  text-align: center;
  font-size: 32px;
}

.store-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.meimei {
  border: solid 3px rgba(151, 155, 20, 0.707);
  margin: 3px 3px 3px 3px;
  padding: 3px 3px 3px 3px;
  background-color: #ededae;


}


/* Footer styles */
footer {
  font-size: x-large;
  background-color: #005a9e;
  color: white;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}

footer p {
  margin: 0;
  font-size: 0.9em;
}

.catalog {
  font-size: 24px;
  line-height: 0.2;
}

.catalog-image {
  vertical-align: center;
}