@font-face {
    font-family: 'ModernAntiqua';
    src: url('fonts/ModernAntiqua-Zw5K.ttf');
}
html {
  overscroll-behavior: none;
}

body {
  margin: 0;
  font-family: 'ModernAntiqua';
  background-image: url('images/wood.png');
}

h1 {
  text-align: center;
}

#book {
  display: flex;
  margin: 40px auto;
  box-sizing: border-box;
  width: 1200px;
  height: 873px;
  background-image: url('images/blankbook.png');
  background-size: cover;
  padding: 100px 0 0 60px;
  gap: 75px;
}

#left-page, #right-page {
  position: static;
  width: 500px;
  height: 700px;
}

#left-page {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}

#copyright {
  margin-top: auto;
  text-align: center;
  font-size: 0.9rem;      
  padding-bottom: 8px;
}