.blog-banner {
	background-image: linear-gradient(#73c5fc,#98d4fc) ;
}

.date {
	color: #3498db;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

h2 {
	color: #2c3e50;
	font-size: 2.0rem;
}

.side {
	border-left: 7px solid #5593bd;
	padding-left: 5px;
	font-weight: bold;
	background-color: #cce3f1;
}

hr {
	border-bottom: 0.1px solid;
	color: #bdc3c7;
}

.post {
	margin-bottom: 20px;
}

.container {
	text-align: center;
}

/* @media (max-width: 1000px) {
	.test-cont {
		max-width: fit-content;
		text-align: center;
	}
} */

.container pre {
	display: inline-block;
	text-align: left;
}

.stuff {
	font-size: 0.5em;
	border: #2c3e50;
	padding: 10px;
}

@media (max-width:1000px) {
	.bold-mobile {
		font-size: 0.8em;
	}
}

@media (min-width: 1000px) {
	.stuff {
		font-size: 1em;
		border: #2c3e50;
		padding: 15px;
	}
}