@charset "UTF-8";
body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 20px;
}
body.maintenance {
  height: 100vh;
  background: center/cover no-repeat url("/img/back.jpg") #000000;
}
body.maintenance div {
  display: none;
}
body.maintenance h1.maintenance {
  display: block;
}
body h1.maintenance {
  font-family: "Dancing Script", cursive;
  font-size: 80px;
  margin-bottom: 30px;
  color: #FFF;
  text-shadow: 1px 1px 1px #333;
  text-align: center;
  display: none;
}
body .container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body h1 {
  text-align: center;
}
body #menu {
  margin-bottom: 20px;
}
body #menu a {
  display: block;
  padding: 10px;
  background: #007BFF;
  color: white;
  text-decoration: none;
  margin-bottom: 5px;
  border-radius: 5px;
}
body #menu a:hover {
  background: #0056b3;
}
body #post-content {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
body .image_from_doc {
  border: 1px solid #ddd;
  padding: 5px;
}
body .image-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: relative;
}
body .image-placeholder img {
  display: none;
  max-height: 80vh;
  width: auto;
  max-width: 100%;
}
body .image-placeholder.loading {
  color: #888;
  background-color: #f0f0f0;
  height: 80vh;
  width: 100%;
}
body .image-placeholder.loaded img {
  display: block;
}
body .image-placeholder.error {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
  height: 600px; /* Соответствующий размер */
}

/*# sourceMappingURL=style.css.map */
