body {
    background-color: rgb(36, 36, 39);
}

h1 {
    margin-left: 60px;
}

.menu {
    width: 800px;
    height: 30px;
    margin: 30px auto auto;
}
button {
    width: 100px;
    height: 30px;
    background-color: rgb(206, 196, 184);
    margin: 0 auto auto;
    outline: 1px dotted rgb(65, 60, 54);
    outline-offset: -6px;
    
}
button:hover {
    background-color: rgb(65, 60, 54);
}
.notebook {
    position: relative;
}
img {
    position: absolute;
}


.page{
    background-color: rgba(11, 11, 17, 0.363);
    
    border: 2px dotted rgb(190, 195, 197);
    width: 800px;
    min-height: 1000px;
    max-height: fit-content;
    margin-left: auto;
    margin-right: auto;
    
}
.post {
    position: relative;
    
    width: 800px;
    min-height: fit-content;
    max-height: fit-content;
    margin: 20px auto auto;
    
}
.post-top {
    position: relative;
    
    width: 800px;
    min-height: fit-content;
    max-height: fit-content;
    margin: 146px auto auto;
    
}
p {
    margin-left: 160px;
    margin-right: 160px;
    outline: 1px dotted rgb(65, 60, 54);
}