body {
  padding-top: 7%;
  background-color: #EEEEEE;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  text-align: center;
  width: 60%;
  margin: auto;
}

.language-switcher {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
}

.lang-btn {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: 'Arial', sans-serif;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.lang-btn:hover {
  background-color: #2980b9;
}

hr {
  background-color: #EEEEEE;
  border-top: 2px dotted #566573;
  width: 100%;
  height: 0;
  margin: 20px 0;
}

h1, h2, h4 {
  color: #1C658C;
  font-family: 'Helvetica', sans-serif;
}

th, td {
  padding-left: 30px;
  text-align: left;
}

a {
  text-decoration: bold;
  color: inherit;
}

a:hover {
  color: #1C658C;
}

ul {
  list-style-type: none;
}

.btn:hover {
  color: blue;
}

.hospitallink, .ab {
  display: inline-block;
  position: fixed;
  top: 10px;
  font-size: 20px;
  font-family: 'Serif', serif;
}

.lang-btn, .btx {
  background: var(--secondary-color);
  color: var(--btn-text-color);
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: 'Arial', sans-serif;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.btx {
  border-radius: 28px;
}

.lang-btn:hover, .btx:hover {
  background: var(--secondary-color-hover);
}

.eph {
  max-width: 50%;
  height: auto;
}

.left {
  display: inline-block;
}

.embed-youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entslide {
  background-color: var(--ent-slide-bg-color);
  color: var(--ent-slide-text-color);
}

/* Responsive Design */
@media (max-width: 768px) {
  body {
    width: 90%;
    padding-top: 10%;
    font-size: 26px;
  }

  .hospitallink, .ab {
    font-size: 22px;
    top: 5px;
  }

  .btx {
    font-size: 22px;
    padding: 8px 16px;
  }

  .eph {
    max-width: 100%;
  }

  th, td {
    padding-left: 10px;
    text-align: center;
    font-size: 16px;
  }

  .lang-btn, .btx {
    padding: 8px 12px;
  }
}
