body {
  font-family: "Segoe UI", sans-serif;
  background-color: #fcfcfc;
  color: #222;
  line-height: 1.6;
  padding: 20px;
  margin: 0;
}

/* Κεντρικός τίτλος */
center b p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* Λίστα θεωριών */
ul {
  list-style-type: disc;
  margin-left: 40px;
  font-size: 17px;
  margin-bottom: 20px;
}

ul li {
  margin-bottom: 10px;
}

ul li a {
  color: #0055aa;
  text-decoration: none;
}

ul li a:hover {
  text-decoration: underline;
}

/* Παράγραφοι θεωριών */
p#mimic, p#exp, p#form, p#vs {
  text-align: justify;
  font-size: 17px;
  margin-bottom: 20px;
}

/* Εικόνες */
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 15px auto;
  border-radius: 8px;
  border: 1px solid #ccc;
}

/* Responsive σχεδίαση */
@media (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }

  ul {
    margin-left: 20px;
  }