body {
	background-color:#151316;
	color: #26633e;
	font-family: "Helvetica Neue", Arial, "Trebuchet MS", Helvetica, sans-serif;
	background-image:url('https://tinywords.com/wp-content/uploads/2024/03/hubble-galaxy.jpeg');
	// background-position: -250px -100px; 
	background-repeat:no-repeat;
	background-size: 1600px 1072px;
	}

a {
	text-decoration:none;
	color:#AAAAAA;
	}

#sidebar {
    font-size:0.8em;
	padding-left: 10px;
	color:#e8d1da;
	// background: rgba(255, 255, 255, 0.5) /* White background with 50% opacity */
	}


.post, footer.entry-footer, div.nav-links {
	background-color: #FFFFFF88;
	}

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