body {
  font-family: "Times New Roman", Georgia, Serif;
}

.my-img {
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  letter-spacing: 5px;
}

.w3-image {
  max-width: 100%;
  height: auto;
}
.w3-button:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}
.w3-input:focus {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  body {
    margin-top: 54px;
  }
  .w3-hide-small {
    display: none !important;
  }
  header h1 {
    font-size: 24px !important;
  }
}
.w3-light-grey {
  background-color: #f8f8f8;
}
.w3-third img {
  max-width: 80%;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.w3-third img:hover {
  transform: scale(1.05);
}
ol.w3-large {
  padding-left: 20px;
  margin-bottom: 24px;
}
ol.w3-large li {
  padding: 8px 0;
  line-height: 1.6;
}
.w3-button.w3-blue-grey {
  background-color: #607d8b !important;
  color: white !important;
  padding: 12px 24px;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.w3-button.w3-blue-grey:hover {
  background-color: #455a64 !important;
}
@media (max-width: 768px) {
  .w3-third,
  .w3-twothird {
    width: 100%;
  }
  .w3-third {
    margin-bottom: 30px;
  }
  .w3-third img {
    max-width: 60%;
  }
}
