body {
    background-image: url(../images/bg3.jpg);
    min-width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    align-items: center;
}
.img {
    position: relative;
    display: block;
    width: 0px;
    height: 0px;
}

.dream {
    z-index: 1;
    font-family: 'Courier New', Courier, monospace;
    color: #e91076;
    font-size: 16px;
    text-decoration: none;
    width: fit-content;
    margin: 13px;
    position: relative;
    top:5px;
    background-color: rgb(111, 237, 195);
}
.todream {
    color: #e91076;
    background-color: rgb(111, 237, 195);
}
.dream:visited {
    text-decoration: none;
}

#book{
    position: relative;
    z-index: 0;
    height: 600px;
}
.main {
    display: flex;
    flex-direction: row;
    min-width: 100vh;
    justify-content: space-between;
    min-height: 600px;
    margin-bottom: -10px;
}
.content {
    min-width: 743px;
}
.nav {
    position: relative;
    top: 20px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.empty {
    width: 300px;
}
#return {
    margin-bottom: 5px;
    position: relative;
    bottom: 20px;
    display: flex;
    flex-direction: row;
    width: 90px;
    justify-content: space-between;
    z-index: 1;
    font-family: 'Courier New', Courier, monospace;
    color: #e91076;
    font-size: 16px;
    text-decoration: none;
    margin: 13px;
    position: relative;
    top:5px;
}
.year{
    all: unset;
    font-family: 'Footlight MT';
    color: #e91076;
    font-size: 33px;
    width: fit-content;
    z-index: 1;
    margin-bottom: 8px;
    margin-right: 5px;
}
.year1 {
    margin-top: 20px;
}
.month {
    all: unset;
    position: relative;
    display: none;
    font-family: 'Footlight MT';
    font-size: 18px;
    margin-top: 5px;
}
input{
    position: fixed;
    opacity: 0;
    pointer-events: none;
}
label {
    all: unset;
    font-family: 'Footlight MT';
    color: #e91076;
    font-size: 33px;
    width: fit-content;
    z-index: 1;
    margin-bottom: 8px;
    margin-right: 5px;
}
#twentyfive_label {
    position: relative;
    top: 7px;
}
#twentysix_label {
    position: relative;
    top: 6.5px;
}
input:checked + .month {
    display: flex;
    justify-content: end;
    column-gap: 12px;
    row-gap: 5px;
    min-width: 200px;
    flex-wrap: wrap;
    color: white;
}
.year1{
    display: none;
}
.bookmark {
    height: 45px;
    position: relative;
    z-index: -1;
    right: 120px;
}
#frame {
    position: relative;
    z-index: 2;
    display: block;
    height: 545px;
    width: 690px;
    top: 35px;
    left: 21px;
}
@media only screen and (min-height: 913px) {

}