body {
  font-family: "Segoe UI", sans-serif;
  background-color: #f9f9f9;
  color: #222;
  line-height: 1.6;
  padding: 20px;
  margin: 0;
}

/* Τίτλος σελίδας */
p[align="center"] {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

/* Ενότητες με παραγράφους */
p#a, p#m, p#s, p#paidia, p#tyxaio, p#12 {
  text-align: justify;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Σύνδεσμοι */
a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Πίνακας έργων τέχνης */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

th, td {
  border: 1px solid #ccc;
  padding: 12px;
  vertical-align: top;
  text-align: left;
}

table img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Υπότιτλοι πίνακα */
caption {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Βίντεο */
video {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 20px auto;
  display: block;
  border-radius: 10px;
  border: 1px solid #aaa;
}

/* Λίστα παραδειγμάτων */
ul {
  list-style-type: square;
  margin-left: 40px;
  font-size: 17px;
}

ul li {
  margin-bottom: 10px;
}

/* Κεντραρισμένα στοιχεία με bold */
center b {
  font-size: 20px;
  color: #444;
}

/* Responsive συμπεριφορά */
@media (max-width: 768px) {
  table, video {
    width: 100%;
  }

  td {
    display: block;
    width: 100%;
  }

  table img {
    width: 100%;
    height: auto;
  }
}