.frame{
  border: 2px solid black;
  padding: 50px;
  outline: 3px solid black;
  outline-offset: 3px;
  width: 600px ;
  height: 850px;
  background: white;  


  margin: 20px auto;
  display: block;

}

.coverframe{
  border: 2px solid black;
  padding: 80px;

  width: 600px ;
  height: 850px;
  background: lightyellow;  

  margin: 20px auto;
  display: block;
}

.box{
   width: 100px;
   height: 360px;
   border: 2px solid black;
   outline: 3px solid black;
   outline-offset: 3px;
   margin-right: 50px;
   margin-top: 60px;
   background-color: white;
   padding: 8px;
   float: left;
   display: flex;
   justify-content: center;

}

.coververtical{
  writing-mode: vertical-rl;
  font-family: "KaiTi", "FangSong", "SimSun", serif;
  font-size: 45px;
}

.vertical{
  writing-mode: vertical-rl;
  font-family: "KaiTi", "FangSong", "SimSun", serif;
  font-size: 20px;

  height: 750px;
  width: 500px;
}


.note{
  line-height: 30px;
  text-indent: 30px;
  font-size: 15px;
}

.main{
  line-height: 30px;
  padding: 23px; 

}

.footnote{
  font-size:15px;
  line-height:18px;
  padding-top: 2em;  
  text-indent: -3em;
}
