
body {
  margin: 0;
  font-family: 'Playfair Display', serif;
  background: url('53.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #fff;
}

.back-button {
  position: fixed;
  top: 20px;
  left: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  z-index: 1000;
  font-family: 'Playfair Display', serif;
}

.scroll-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 100px 20px 80px;
  max-width: 1200px;
  margin: auto;
}

.exhibition-box {
  background: rgba(0, 0, 0, 0.4);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(0,0,0,0.2);
}

.exhibition-box h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.exhibition-box h4 {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 20px;
}

.exhibition-box p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.ceramic-block {
  display: flex;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  align-items: flex-start;
}

.main-view {
  flex: 2;
  padding: 10px;
}

.main-view img {
  width: 100%;
  border-radius: 10px;
}

.side-views {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.side-views img {
  width: 100%;
  max-width: 220px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.caption {
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #aaa;
  padding-top: 10px;
}
