.sidebar {
	border: 5px solid black;   
	text-align: center;
	background-color: #79AEA3;
    background-position: center;
	position: right;
	min-width: 200px;
	max-height: auto;
}

body {
	background-image: url("https://file.garden/ZRmglj_G0TetIdON/forest.png");
}

.main {
	display: flex;
	width: 700px;
	height: 500px;
	margin: auto;
	padding: 100px;
}

ul li {
	padding: 5px 0px;
}

.box {
	border: 5px solid black;
	background-color: white;
	background-position: repeat;
	width: 400px;
	overflow: scroll;
	overflow-x: hidden;
}

.post {
	border-bottom: 2px solid black;
}

.pfp {
	width: 200px;
    background-image: url("https://file.garden/ZRmglj_G0TetIdON/hunter.jpg");
	background-size: 200px;
	height: 200px;
	background-color: white;
	margin: 10px;
	float: left;
	border: 5px solid black;
	border-radius: 5px;
}

p {
	font-family: "Times New Roman", Times, serif;
	padding:5px;
	margin:10px;
}

.p {
	font-size: 12px;
}