
body {
  background-image: url("bg.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-family: 'Syne Mono', monospace;
}

.no-scroll {
  overflow: hidden;
}

.title {
  width:  900px;
  height: 150px;
  display: block;
  margin-top: 20px;
  margin: 20px auto;
  filter: drop-shadow(0 0 8px pink);
}
.box {
  background: #ffffffa1;
  border: 2px solid #000000;
  border-radius: 10px;
  padding: 15px;
  margin: 10px;
}

.container {
  display: flex;
}

.sidebar {
  width: 20%;
  opacity: 0;
}

.main {
  width: 60%;
  text-align: center;
  text-shadow: 0 0 5px #ffb6c1;
  height: 430px;
  overflow-y: auto; 
  
}

.main::-webkit-scrollbar {
  width: 6px;
}

.main::-webkit-scrollbar-thumb {
  background: pink;
  border-radius: 10px;
}

.main p {
  text-align: left;  
  margin: 10px auto;  
  line-height: 1.6;
  font-size: 18px;
}

.main img {
  width: 100%;      
}


.right {
  text-align: center; 
  width: 25%;
  text-shadow: 0 0 5px #ffb6c1;
}

.right p {
  text-align: left;  
  margin: 10px auto;
  max-width: 250px;  
  line-height: 1.6;
  font-size: 16px;
}

.right::-webkit-scrollbar {
  width: 6px;
}

.right::-webkit-scrollbar-thumb {
  background: pink;
  border-radius: 10px;
}

.sticker {
  width: 180px;
  position: absolute;
  top: 20px;
  left: 70px;
  filter: drop-shadow(0 0 5px pink);
}
.sticker-right {
  position: absolute;
  right: 250px;
  top: 30px;
  width: 200px;
  filter: drop-shadow(0 0 5px pink);
}

.Newpaper {
  position: absolute;
  right: 35px;
  top: 5px;
  width: 250px;
  filter: drop-shadow(0 0 5px pink);
}

.star {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  opacity: 0.5;
  pointer-events: none;
  filter: drop-shadow(0 0 5px pink);
}
.view {
  position: absolute;
  right: 270px;
  top: 650px;
  width: 100px;
  filter: drop-shadow(0 0 5px pink);
}
.QR {
  position: absolute;
  right: 170px;
  top: 650px;
  width: 75px;
  filter: drop-shadow(0 0 5px pink);
}

.Bio {
  position: absolute;
  right: 80px;
  top: 650px;
  width: 75px;
  filter: drop-shadow(0 0 5px pink);
}

.skull {
  position: absolute;
  right: 10px;
  top: 650px;
  width: 75px;
  filter: drop-shadow(0 0 5px pink);
}

.scroll {
  height: 400px;
  overflow-y: scroll;
  padding-right: 5px;
}

.logo {
  position: absolute;
  left: 150px;
  top: 550px;
  width: 150px;
  filter: drop-shadow(0 0 5px pink);
}

.book {
  position: relative;
  width: 700px;
  margin: auto;
  
}

.book {
  width: 500px;
  position: absolute;
  top: 70px;
  left: -70px;
  filter: drop-shadow(0 0 5px pink);
}

.btn {
  position: absolute;
  color: black;
  text-decoration: none;
  font-family: 'Syne Mono', monospace;
  font-weight: bold;
}

.history {
  top: 150px;
  left: 200px;
}

.roles {
  top: 180px;
  left: 200px;
}

.cases {
  top: 215px;
  left: 200px;
}

.home{
top: 60px;
right: 110px;
}

.hroles {
top: 90px;
right: 105px;
}

.hcases {
top: 120px;
right: 80px;
}


#message {
  color: white;
  text-align: center;
  margin-top: 4px;
  text-shadow: 0 0 5px pink;


}

.bord {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 500px;
  height: auto;
  filter: drop-shadow(0 0 15px pink);
}

.history .title {
  width:  860px;
  height: 150px;
  display: block;
  margin-top: 20px;
  margin: 20px auto;
  filter: drop-shadow(0 0 8px pink);
}

.history .aside {
  width: 280px;
  height: 510px;
  background-image: url("paper.jpg");
  background-size: cover;
  position: absolute;
  top: 20px; 
  left: 15px; 
  border: 4px double #3d3028;
  color: #3d3028;
  filter: drop-shadow(0 0 15px pink);
  text-shadow: 0 0 5px #ffb6c1;

}

.history .aside p {
  text-align: left;  
  margin: 10px auto;
  max-width: 250px;  
  font-size: 16px;
  
}

.history .article {
  width: 280px;
  height: 510px;
  background-image: url("record.jpg");
  background-size: cover;
  position: absolute;
  right: 15px; 
  border: 4px double #3d3028;
  color: #3d3028;
  filter: drop-shadow(0 0 15px pink);
  text-shadow: 0 0 5px #ffb6c1;

}

.history .article h2 {
  color: white;
}

.history .article p {
  text-align: left;  
  margin: 10px auto;
  max-width: 250px;  
  font-size: 16px;
  color: white;
}

.history .grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.history .aside img {
  width: 100%;      
  height: 50%;  
}
.history .main {
  width: 850px;
  height: 600px; 
  background-color: #fdf6e3;
  border: 4px double #3d3028;
  color: #000000;
  background-image: url("box.jpg");
  margin-left: 315px;
  padding: 10px;
  filter: drop-shadow(0 0 15px pink);
}

.history .main img {
  width: 100%;      
}

.Note {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 150px;
  filter: drop-shadow(0 0 5px pink);
}

.Com {
  position: absolute;
  right: 200px;
  top: 5px;
  width: 250px;
  filter: drop-shadow(0 0 5px pink);
}

.Song {
  position: absolute;
  right: 30px;
  bottom: -90px;
  width: 250px;
  filter: drop-shadow(0 0 5px pink);
}