		body
            { 
                color: black;
                font-family: Courier;
				font-size: 20px;
				text-align: center;
            }
		
		.post
		{ 
			font-size: 12px;
			text-align: left;
			border-style: dashed;
			border-width: 2px;
			border-radius: 8px;
			background-color: lavender; 
			padding: 20px;
			width: 50%;
			margin: auto;
		}
		
		.date
		{
			font-size: 8px;
			text-align: right;
			border-bottom; 0.5px solid black;
		}
		
			
			