body {
	background-color:#352860;
	font-family: "Helvetica Neue", Arial, "Trebuchet MS", Helvetica, sans-serif;
	background-image:url('https://tinywords.com/wp-content/uploads/2023/03/lavender_mirror_4-scaled.jpg');
	background-repeat:repeat-y;
	background-position: 0px -150px;
	}

a {
	text-decoration:none;
	color:#26633e;
	}

.sidebar p, li, a {
	color: white;
}

#content {
	background: rgba(255, 255, 255, 0.7) /* White background with 70% opacity */
	}

.post {
	margin-top: 0px;
	background-color: transparent;
	}


.main {
	position:relative;
	top:25px;
	margin-bottom:75px;
	}

.post img {
	background-color:#b4aaaa;
	padding:100px auto;
	border:25px solid #142d3c;
	border-bottom: 50px solid #142d3c;
	}
