.box {
    max-width: 900px;
    margin: 20px auto;
    position: relative; 
    top: 50px;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 250px minmax(0, 1fr);
}

header {
    grid-row: 1 / 2;
    grid-column: 1 / 3 ;
    background-image: url(images/sunflower.gif);
    height: 90px;
}

nav {
    grid-row: 2 / 3;
    grid-column: 1 / 2 ;
    background-image: url(images/binding-dark.png);
    background-color: rgb(150, 157, 99);
    height: 300px;
    ul li::marker {
        content: none;
    };
}

main {
    grid-row: 2 / 4 ;
    grid-column: 2 / 3;
    background-image: url(images/lined-paper.png);
    background-color: rgb(239, 238, 227);
    height: 330px;
    word-wrap: break-word;
    overflow-y: scroll;
}

postlog {
    grid-row: 3 / 5 ;
    grid-column: 1 / 2 ;
    background-image: url(images/paper.jpg);
    background-size: 80%;
    height: 150px;
}

footer {
    grid-row: 4 / 5;
    grid-column: 2 / 3;
}





body {
    background-color: white;
    color: black;
    font-family: 'mogihapen';
}

body {
    background-color: white;
    color: black;
    font-family: 'Bansyu-retoromin'
}

body {
    background-color: white;
    color: black;
    font-family: 'kaiso-up';
}

body {
    background-color: white;
    color: black;
    font-family: 'pigmo00';
}

body {
    background-color: white;
    color: black;
    font-family: 'oradanoGSRR'

}

body {
    background-color: white;
    color: black;
    font-family: 'kaiun421'
}

body {
    background-color: white;
    color: black;
    font-family: 'shunpu_free_regular'
}