.container-base {
  margin:auto;
  justify-content:center;
  background:transparent;
}

.title {
 font-size:40px;
 font-style:bold;
 font-style:italic;
}

.desc {
 display:centered;
 font-size:10;
 color:grey;
}

body {
  display:flex;
  justify-content:center;
  background:#d8d4d5;
  margin:auto;
  font-family:dotgothic16;
}

#pagedoll {
  position:absolute;
  z-index:100;
  margin-left:180px;
  margin-bottom:20px;
}

#pagedoll:hover {
  transition: 0.5s;
  opacity: 10%;
}

#base {
  display:block;
  border-width:9px;
  border-image: url(https://file.garden/Zr-4PHMSYR4_NWVp/47.png) 9 fill round;
  border-style:solid;
  width:400px;
  height:500px;
  padding:10px;
  z-index:1;
  overflow:scroll;
}

@font-face {
  font-family:dotgothic16;
  src:url(https://file.garden/Zr-4PHMSYR4_NWVp/DotGothic16-Regular.ttf);
}

*{
 color:black; 
}