.webtoon {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}

.webtoon img {
  width: 100%;
  display: block;
}

@media (min-width: 801px) {
  .webtoon {
    max-width: 800px;
    margin: 0 auto;
  }
}

.chapter-selector {
  position: fixed;
  top: 10px;
  left: 10px;
  background: #3e6ab1 ;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 100;
  opacity: 0.6;
}

#toggleMenu {
padding: 10px 15px;
cursor: pointer;
background: #3e6ab1;
color: #fff;
border: none;
border-radius: 6px;
width: 350px;
font-size: 25px;
}

.show {
  display: block !important;
}

html {
  scroll-behavior: smooth;
}

.language-switcher {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
}

.language-switcher button {
  background-color: #3e6ab1;
  color: white;
  border: none;
  padding: 10px 15px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}
