#mapid { 
    height: 95vh;
}
#letter {
    height: 95vh;
    overflow: scroll;
}
.diary {
    /* max-height: 30vh;
    overflow: scroll; */
    background-color: #b9f6ca ;
    padding: 1rem;
    margin: 1rem;
}
#mapreset {
    position: relative;
    z-index: 1000;
    top: 90vh;
    left:30vw;
}
.hidden {
    display:none;
}
