body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0px;
    margin-left: 7px;
    margin-top: 5px;
    overflow: hidden;
    height: 527px;
    width: 672px;
}
.page {
    display: grid;
    grid-template-columns: 315px 1fr;
    column-gap: 43px;
    width: inherit;
    margin-top: 6px;
}
  
h1 {
    all: unset;
    margin-top: -10px;
    font-size: 43px;
    font-family: 'Footlight MT';
}
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: 'MS Mincho';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.5px;
    word-spacing: 1px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
}
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; */
}