.blog-entries {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 40px;
	left: 170px;
}

.entries-text {
	position: absolute;
	top: 254px;
	left: 106px;
	width: 55%;
	line-height: 30px;
}

.typewriter {
	position: absolute;
	left: 500px;
	top: 40px;
}

.posts {
	font-size: 15px;
	position: absolute;
	left: 198px;
	top: 20px;
	width: 56%;
	height: 52%;
	overflow-y: scroll;
	padding-right: 14px;
}