@font-face {
	font-family: OldNewspaperTypes;
	src: url(OldNewspaperTypes.ttf), format('ttf');
	font-style: normal;
	}

section {
    display: flex;
    flex-wrap: wrap;
    box-shadow: inset -2px -2px rgb(0, 0, 0),
    inset 2px 2px #ffffff, inset -2px -2px #808080,
    inset 2px 2px #dfdfdf;
}

h1 {
    margin-left: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 1.2rem;
}

p {
    margin: 0px;
    font-size: .9rem;
    
}

body {
    font-family: OldNewspaperTypes, monospace;
    
    background: url(notebookBackground.jpg);
    background-position-x: center;
	background-size: cover;
    }

#blog_win {
    z-index: 0;
    width: 80%;
    padding: 2px;
    margin: 20px;
}

.heading {
    background-color: gray;
    width: 100%;
    height: 30px;
}

#blog-posts {
    overflow-y: scroll;
    height: 800px;
    background-color: white;
    width: 100%;   
}


.blog-post {
    white-space: pre-line;
    background-color: antiquewhite;
    margin: 5px;
    padding-right: 10px;
    padding-left: 10px;
    height: fit-content;
}

#border {
    z-index: 100;
    right: 0px;
    top: 0px;
    position: absolute;
    height: 100%;
}
