.pdf-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.spread {
  display: flex;
  justify-content: center;
  border: 1px solid black;
}

canvas {
  width: 50%;
  max-width: 500px;
}

button {
  padding: 10px 15px;
  background-color: #0073e6;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

button:hover {
  background-color: #005bb5;
}
