header .wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: white;
}

.content-sidebar-wrap {
		background-color: white;
}

.title-area {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
}

@media (min-width:700px) {
	.site-description {
			display: flex;
			white-space: nowrap;
			font-weight: bold;
	}
}

@media (min-width:1024px) {
	.site-inner {
		background-image: url(https://sites.gatech.edu/ece-dattalab/files/2024/02/Fin-Tilted-3f2b0e66b2b3bec3.png);
		margin-top: 5%;
	}
}

.entry-title {
		padding-top: 5%;
}

.archive-title {
		padding-top: 5%;
}