body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0px;
    margin-left: 7px;
    overflow: hidden;
    height: 542px;
    width: 672px;
}
.page {
    display: grid;
    grid-template-columns: 315px 1fr;
    column-gap: 43px;
    width: inherit;
    margin-top: 6px;
    height: 520px;
}
  
h1 {
    all: unset;
    font-size: 83px;
    font-family: 'Parchment';
    display: block;
    height: 70px;
}
h2 {
    all: unset;
    font-family: 'zai Remington Deluxe Typewriter';
    font-size: 20px;
    text-align: end;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
}
p {
    all: unset;
    display: block;
    font-family: 'Stamping Nico';
    font-weight: 400;
    font-size: 16px;
    /* letter-spacing: -0.5px; */
    word-spacing: 1px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}
button {
    all: unset;
}
#prev {
    transform: rotate(-45deg);
    display: block;
    width: 15px;
}
#next {
    transform: rotate(135deg);
    display: block;
    width: 15px;
}
.buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* position: relative; */
}