

@font-face {
  font-family: "RockSalt";
  src: local('RockSalt'),
    url('fonts/RockSalt-Regular.ttf') format('truetype');	
	
	
}

body{
font-family: "RockSalt", cursive;
font-size: 16px;
 background-image: url("pix-workspace1.png");
   background-repeat: no-repeat;
   background-size: 100% 100%;
  
}

.container { 
   margin: 3em auto;
   height: 1000px;
	width: 720px;
	max-width: 1000px;
	background-image: url("journal2.png");
	background-repeat: no repeat;
	background-position: 50% 50%;
	overflow: auto;
	}

	
.title{
display: flex;
justify-content: center;
margin-top: 30px;
font-size: 24px;
text-decoration: underline;
}
.date
{
	display: flex;
	font-size: 12px;
	justify-content: right;
	margin-top:2px;
	margin-right: 15px;
}
.post{
	display: flex-column;
	align-items: left;
	justify-content: center;
	margin-left: 50px;
	margin-right: 30px;
	margin-top: 10px;
	padding: 10px;
	}
	
.sig {
		display: flex;
		font-size: 20px;
		justify-content: center;
		margin-bottom: 10px;
	}
	
	
.home-button{
	display: flex;
	font-size: 12px;
	justify-content: left;
	margin-top:2px;
	margin-left: 5px;

}
	
p {
	font-family: "RockSalt";
	}
