@font-face{
  font-family: 'basiic';
  src: url(/fonts/basiic.ttf);
}
         
@font-face{
  font-family: 'omori';
  src: url(/fonts/OMORI_GAME2.ttf);
}
    
body{
  background-color: antiquewhite;
  font-family: 'basiic';
  font-size: 18px;
  color: #2b2b2b
}

center{
  align-items: center;
}

a{
  color: black;
}

.bookcover{
  margin: auto;
  height: 850px;
  width: 1050px;
  background-color: #6196ba;
  border-radius: 10px;
  padding: 25px;
}

.coverpage{
  height: 800px;
  width: 460px;
  background-color: white;
  padding: 25px;
  float: left;
}

.toc{
  height: 800px;
  width: 456px;
  background-color: white;
  padding: 25px;
  float: right;  
}