html {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-family: Monaco, Helvetica, monospace;
	box-sizing: border-box;
	scroll-behavior: smooth;
}


body {
	background-color: #f7f7f5;

	margin: 0;
	padding: 0;
	color: #000000;
	text-align: justify;
	background-attachment: fixed;
	overflow-x: hidden;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

span {
	color: #0a570f;
}

section,
h2,
h3,
.anchor-target {
	scroll-margin-top: 8rem;
}

.container {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	margin-top: 2rem;
	text-align: justify;
	position: relative;
	z-index: 1;
	border: 5px solid #fff;
	border-radius: 8px;
	background-color: #f7f7f2;
	box-shadow: 0 5px 5px rgba(154, 160, 185, .05), 0 5px 20px rgba(166, 173, 201, .2);
}

.home-layout {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 2rem;
	padding: 2rem;
	padding-bottom: 1rem;
	max-width: 100%;
	flex-wrap: wrap;
}

.home-container {
	flex: 1;
	max-width: 50rem;
	padding: 2rem;
	margin-bottom: 1rem;
	background-color: #f7f7f2;
	border: 5px solid #fff;
	border-radius: 8px;
	box-shadow: 0 5px 5px rgba(154, 160, 185, .05), 0 5px 20px rgba(166, 173, 201, .2);
}

.fun-container {
	display: flex;
	justify-content: center;
	padding: 2rem;
	padding-top: 0;
	width: 100%;
	box-sizing: border-box;
}

.fun-container.with-sidebar {
	display: flex;
	justify-content: flex-start;
	gap: 2rem;
	max-width: 1920px;
	padding: 2rem;
}

.fun-container.with-sidebar .sidebar {
	flex: 0 0 250px;
}

.fun-container.with-sidebar .project-container {
	flex: 1;
}


.fun-content {
	flex: 1;
	max-width: 60%;
	width: 100%;
	padding: 2rem;
	padding-top: 0;
	margin-bottom: 0;
}

@media (min-width: 1920px) {
	.fun-container.with-sidebar {
		display: flex;
		justify-content: flex-start;
		gap: 2rem;
		max-width: 1920px;
		/* wider cap for ultrawide */
		margin: 0 auto;
		padding: 2rem;
		box-sizing: border-box;
	}

	.fun-container.with-sidebar .sidebar {
		flex: 0 0 300px;
	}

	.fun-container.with-sidebar .project-container {
		flex: 1;
		min-width: 0;
	}

	.fun-content {
		max-width: 1200px;
	}
}

.container-title {
	display: flex;
	flex: 0 0 100%;
	padding: 1rem;
	box-sizing: border-box;
	width: 100%;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0;
	border: 5px solid #fff;
	border-radius: 8px;
	background-color: #f7f7f2;
	box-shadow: 0 5px 5px rgba(154, 160, 185, .05), 0 5px 20px rgba(166, 173, 201, .2);
}

.buttons-container {
	display: flex;
	flex: 0 0 100%;
	box-sizing: border-box;
	width: 100%;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0;
}

.filter-btn {
	padding: 10px 20px;
	margin: 5px;
	cursor: pointer;
	border: 2px solid #ffcc00;
	background: transparent;
	font-weight: bold;
	transition: 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
	background-color: #ffcc00;
	color: #000;
}


.split-container {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	flex-direction: row;
	margin-bottom: 1rem;
}

.about-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}

.main-content {
	display: flex;
	flex-direction: column;
	overflow-wrap: break-word;
	padding: 1rem;
	border: 5px solid #fff;
	border-radius: 8px;
	box-shadow: 0 5px 5px rgba(154, 160, 185, .05), 0 5px 20px rgba(166, 173, 201, .2);
}

#hitCounter {
	padding: 10px;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
}

@keyframes ticker {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.ticker {
	display: inline-block;
	animation: ticker 2s ease-in-out;
	color: #0a570f;
}

.header-content-wrapper {
	flex: 0 1 50rem;
	/* Same max-width as .home-container (50rem) */
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.header {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 9rem;
	max-width: 1920px;
	background-color: rgba(46, 117, 79, 1);
	margin: auto;
	color: white;
	justify-content: space-between;
}

.header_fill {
	height: 9rem;
	max-width: 100%;
	margin: auto;
	border-bottom: 5px solid #fff;
}

.site-header__wrapper {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	width: 100%;
}

.header_spacer {
	flex: 1;
}

.email {
	display: flex;
	align-items: center;
	width: 100%;
	flex: none;
}

.ufo-spacer {
	width: 64px;
	padding-left: 2rem;
	padding-right: 2rem;
}

.email h1 {
	margin-bottom: 1rem;
	margin-top: 1rem;
	font-weight: 700;
	font-size: 4em;
}

.email h1 a {
	color: #fff;
	text-decoration: none;
}

.nav {
	display: flex;
	flex: 1;
	max-width: 50rem;
	justify-content: center;
	flex-direction: column;
	align-items: flex-end;
}

.nav a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px;
	font-weight: bold;
	font-size: 1.3rem;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.nav a.active {
	font-size: 1.5rem;
	font-weight: bold;
	color: #ffcc00;
	transform: scale(1.1);
	text-decoration: underline;
}


.whats-new-spacer {
	position: sticky;
	width: 260px;
	/* whats-new border makes box 10px larger than spacer ^ so width is +10px */
	flex-shrink: 0;
	border: 5px;
	padding: 1rem;
}

.whats-new {
	position: sticky;
	width: 250px;
	flex-shrink: 0;
	padding: 1rem;
	border: 5px solid #fff;
	border-radius: 8px;
	background-color: #f7f7f2;
	box-shadow: 0 5px 5px rgba(154, 160, 185, .05), 0 5px 20px rgba(166, 173, 201, .2);
	text-align: left;

	max-height: 420px;
	overflow-y: auto;
	scrollbar-gutter: stable;
}

.whats-new {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.whats-new::-webkit-scrollbar {
	width: 6px;
}

.whats-new::-webkit-scrollbar-track {
	background: transparent;
}

.whats-new::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

.whats-new ul {
	padding-left: 8px;
}

.whats-new li {
	padding-bottom: 8px;
}


.whats-new p {
	text-wrap: wrap;
	text-align: justify;
}


.sidebar-space {
	position: sticky;
	flex-shrink: 0;
	width: 260px;
	padding: 8px;
}



.home-news {
	max-height: 220px;
	overflow-y: auto;
	scrollbar-gutter: stable;
}

.home-news {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.home-news::-webkit-scrollbar {
	width: 6px;
}

.home-news::-webkit-scrollbar-track {
	background: transparent;
}

.home-news::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

.old-school {
	max-width: 50rem;
	padding: 2rem;
	margin: 0 auto;
}


.home-pub {
	max-width: 50rem;
	padding: 2rem;
	padding-top: 1rem;
	background-color: #f7f7f2;
	border: 5px solid #fff;
	border-radius: 8px;
	box-shadow: 0 5px 5px rgba(154, 160, 185, .05),
		0 5px 20px rgba(166, 173, 201, .2);

	margin: 0 auto;
	margin-top: 0rem;
	margin-bottom: 1rem;
}

.home-pub ul {
	list-style-type: none;
	padding-left: 0;
}

.home-pub li p {
	padding-left: .5rem;
}

.home-pub li strong {
	margin-right: 1rem;
}

.news-item {
	display: grid;
	grid-template-columns: max-content 1fr;
	column-gap: 1.25rem;
	align-items: start;
	padding-left: 0;
	text-indent: 0;
	color: #000000;
}

.news-date {
	font-weight: 700;
	white-space: nowrap;
	color: #000000;

}

.news-text {
	min-width: 0;
	color: #000000;

}


.pub-thumbnail {
	width: 170px;
	height: 125px;
	flex-shrink: 0;
	border: 1px solid var(--border-color);
	overflow: hidden;
	cursor: pointer;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 2px 8px var(--shadow-color);
}

.publication-item {
	margin-bottom: 1.5rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--border-color);
	display: flex;
	gap: 1.25rem;
}

.pub-title {
	font-weight: 700;
	margin-bottom: 0.4rem;
	font-size: 1.05rem;
}

.pub-authors {
	font-size: 0.9rem;
	color: #555;
	margin-bottom: 0.5rem;
}

.pub-journal {
	font-size: 0.9rem;
	color: #777;
	margin-bottom: 0.5rem;
}

.pub-highlight {
	color: #0a570f;
	font-weight: bold;
}

.pub-links {
	font-size: 0.85rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.pub-links a {
	color: var(--accent-color);
	transition: all var(--transition-time) ease;
	padding: 0.2rem 0.5rem;
	border-radius: 4px;
	background-color: #f7f2d9;
}

.pub-links a:hover {
	background-color: #2e754f;
}

.pub-content {
	flex: 1;
}

.sidebar {
	flex: 0 0 250px;
	position: sticky;
	top: 1rem;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	margin: 0;
	height: fit-content;
	width: 250px;
	padding: 8px;
	border: 5px solid #fff;
	border-radius: 8px;
	background-color: #f7f7f2;
	box-shadow: 0 5px 5px rgba(154, 160, 185, .05), 0 5px 20px rgba(166, 173, 201, .2);
	text-align: left;
}

.sidebar a {
	color: #222725;
	text-decoration: none;
	margin: 0 10px;
	font-size: 1rem;
	transition: all 0.3s ease;
	width: 100%;
	padding-top: 8px;
}

.sidebar a.active {
	font-size: 1.7rem;
	font-weight: bold;
	color: #0a570f;
	transform: scale(1.1);
	text-decoration: underline;
}

.fun-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	padding-bottom: 0;
	padding-top: 0;
	gap: 1rem;
	margin-top: 0rem;
}

.fun-nav a {
	color: #222725;
	text-decoration: none;
	margin: 0 10px;
	font-weight: bold;
	font-size: 1.2rem;
	transition: all 0.3s ease;
}

.fun-nav a.active {
	font-size: 1.5rem;
	font-weight: bold;
	color: #0a570f;
	transform: scale(1.1);
	text-decoration: underline;
}

.book-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
}

.book-item {
	border: 5px solid #fff;
	padding: 1rem;
	border-radius: 8px;
	background: linear-gradient(135deg, #fff8e1, hsl(0, 0%, 100%));
	box-shadow: 0 5px 5px rgba(154, 160, 185, .05), 0 5px 20px rgba(166, 173, 201, .2);
}



.projects-header {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: space-between;
}

.projects-header img {
	width: 100px;
	height: auto;
}

.toggle-container {
	display: flex;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

#modeText {
	margin-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
}

/* Hide the checkbox */
#darkModeToggle {
	display: none;
}

/* Style the Label */
.toggle-label {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
	background-color: #ccc;
	border-radius: 25px;
	cursor: pointer;
	transition: background-color 0.3s;
}

/* Slider inside the toggle */
.toggle-slider {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 21px;
	height: 21px;
	background-color: white;
	border-radius: 50%;
	transition: transform 0.3s;
}

/* Dark mode enabled (checkbox is checked) */
#darkModeToggle:checked+.toggle-label {
	background-color: #4CAF50;
}

#darkModeToggle:checked+.toggle-label .toggle-slider {
	transform: translateX(25px);
}

.menu-bar {
	display: none;
}

.dropdown-menu {
	display: none;
}

.img-wrapper {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ben-img {
	margin-right: 1rem;
	max-width: 100%;
	height: auto;
}


.text-content {
	flex: 1.5
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.logo {
	max-width: 100%;
	height: 8rem;
	display: block;
}


.badges {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 0.5rem;
}

.badges img {
	width: 88px;
	height: 31px;
	transition: transform .2s;
}

.badges img:hover {
	transform: scale(1.1);
}

.blog-list {
	max-width: 700px;
	margin: 2rem auto;
	padding: 0 1rem;
}

.post-preview {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}

.post-preview h2 {
	margin: 0 0 0.3rem 0;
}

.blog-post {
	max-width: 700px;
	margin: 2rem auto;
	padding: 0 1rem;
	line-height: 1.6;
}


.footer {
	background-color: #eee;
	padding: 2rem 1rem;
	text-align: center;
	font-size: 0.9rem;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-socials {
	margin-bottom: 1rem;
}

.footer-socials a {
	margin: 0 0.5rem;
	color: inherit;
	font-size: 1.5rem;
	transition: color 0.2s ease;
}

.footer-socials a:hover {
	color: #ffcc00;

}

.footer-links {
	margin-bottom: 1rem;
}

.footer-links a {
	margin: 0 0.75rem;
	color: inherit;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.footer-links a:hover {
	color: #ffcc00;
	;
}

.footer-credit {
	color: #666;
	font-size: 0.85rem;
}

.socials {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.socials a {
	font-size: 24px;
	/* Adjust icon size */
	color: #121113;
	/* Default icon color */
	text-decoration: none;
	/* Remove underline from links */
	transition: color 0.3s ease, transform 0.3s ease;
	/* Smooth hover effects */
}

.socials a:hover {
	color: #ffcc00;
	/* Change color on hover */
	transform: scale(1.2);
	/* Slight zoom effect on hover */
}

.ufo-header {
	visibility: hidden;
}

.center-image {
	display: block;
	margin: auto;
	width: 50%;
}

.floating-container {
	display: none;
}

.floating-image {
	display: none;
}


.show-on-mobile {
	display: none;
}


.project-container {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	padding-top: 0;
	margin-left: 1rem;
	margin-right: 1rem;
	justify-content: center;
	gap: 1rem;
	max-width: 1920px;
}


.item {
	flex: 1 0 calc(33.333% - 1rem);
	aspect-ratio: 0.714 / 1;
	box-sizing: border-box;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	border: 5px solid #fff;
	border-radius: 8px;
	background-color: #f7f7f2;
	box-shadow: 0 5px 5px rgba(154, 160, 185, .05), 0 5px 20px rgba(166, 173, 201, .2);
}

.item img {
	display: flex;
	justify-content: center;
}

.item h2 {
	scroll-margin-top: 9rem;
}

.item-desc {
	text-align: justify;
}

.item-final {
	flex: 0 0 calc(33.333% - 1rem);
}

.publication {
	border: 5px solid #ffcc00;
	background: linear-gradient(135deg, #fff8e1, #fff);
}

.highlight {
	color: black;
	background: linear-gradient(to bottom,
			transparent 50%,
			#fce041 50%);
	box-decoration-break: clone;
	padding: 0 5px;
}

h3 {
	text-align: left;
}

.hide-on-day {
	display: none;
}

.hide-on-alien {
	display: none;
}

.show-on-day {
	display: flex
}

@media only screen and (max-width: 600px) {
	.show-on-mobile {
		display: block;
	}

	.hide-on-mobile {
		display: none;
	}

	.mobile-spacer {
		margin-top: 70px;
	}

	.split-container {
		flex-direction: column;
	}

	.container {
		width: 100%;
		max-width: 45rem;
		padding: 0.5rem;
	}

	.home-layout {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		gap: 2rem;
		padding: 0.5rem;
		max-width: 100%;
		margin-top: 0rem;
	}

	.home-container {
		margin-top: 0rem;
		padding: 0.5rem;
	}

	.menu-bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: rgba(46, 117, 79, 1);
		color: white;
		padding: 1rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		z-index: 1000;
	}

	.fun-container {
		padding: 0.5rem;
		margin-top: 0px;
	}

	.main-content {
		padding: 0.5rem;
		margin: 0;
	}

	.menu-header {
		display: flex;
		align-items: left;
		flex-grow: 1;
		justify-content: left;
	}

	.fa-bars {
		font-size: 30px;
		text-align: left;
	}

	.mobile-nav-item {
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0;

	}

	.mobile-nav-item-social {
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 1.2rem;

	}


	.mobile-nav-item::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 5%;
		width: 85%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.mobile-nav-item-social::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 5%;
		width: 85%;
		border-bottom: None;
	}

	.dropdown-menu {
		list-style: none;
		padding: 0;
		margin: 0;
		display: none;
		background-color: rgba(46, 117, 79, 1);
		top: 7.125rem;
		left: 0;
		width: 100%;
		z-index: 999;
		font-size: 1.5rem;
		height: 100vh;
	}

	.dropdown-menu a {
		display: block;
		padding: 1rem;
		font-weight: 600;
		color: white;
		text-decoration: none;
	}

	.dropdown-menu a:hover {
		background-color: rgba(76, 136, 103, 0.90);
	}

	h1 {
		font-family: Monaco, Helvetica, monospace;
		font-size: 1.875rem;
	}

	h1 img {
		display: none;
	}

	h2 {
		font-size: 1.5rem;
		margin-top: 0px
	}

	p,
	ul {
		text-align: left;
	}

	.ben-img {
		box-shadow: 5px 5px 5px #888888;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
		display: block;
	}

	.about-card {
		margin: 0 auto;
		padding: 1rem;
		max-width: 100%;
	}

	img {
		display: block;
		margin: auto;
		max-width: 100%;
		height: auto;
	}

	.nav {
		display: none;
		flex-direction: column;
		position: absolute;
		top: 50px;
		width: 100%;
		background-color: #000010;
		color: #00ff00;
		padding: 10px;
		margin: 0;
		box-shadow: none;
		border: none;
		z-index: 1;
	}

	.menu-toggle {
		display: flex;
		flex-direction: column;
		cursor: pointer;
		padding: 10px;
		z-index: 9999;
		position: relative;
	}

	.menu-toggle.active+.nav {
		display: flex;
	}

	.badges {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin-top: 0.5rem;
	}

	.badges img {
		width: 88px;
		height: 31px;
		transition: transform .2s;
	}

	.project-container {
		display: flex;
		flex-wrap: wrap;
		padding: 0.5rem;
		margin-left: 0rem;
		margin-right: 0rem;
		justify-content: center;
		gap: 1rem;
		max-width: 100%;
	}

	.item {
		flex: 1 0 100%;
		width: calc(100% - 1rem);
		margin: 0.5rem auto;
		padding: 1rem;
		box-sizing: border-box;
		aspect-ratio: auto;
	}

	.item img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.item {
		padding: 1rem;
	}

	.item-desc {
		font-size: 1rem;
		line-height: 1.4;
	}

	.fun-content {
		display: flex;
		flex-wrap: wrap;
		padding: 0.5rem;
		margin-left: 0rem;
		margin-right: 0rem;
		justify-content: center;
		gap: 1rem;
		max-width: 100%;
	}

	.book-item {
		flex: 1 0 100%;
		width: calc(100% - 1rem);
		margin: 0.5rem auto;
		padding: 1rem;
		box-sizing: border-box;
		aspect-ratio: auto;
		text-align: left;
	}

}

a {
	color: #1400ff;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #ffcc00;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	text-decoration: underline;
}

.card {}

.cv-offset {
	margin-left: 1.25rem;
}

h2 {
	margin-bottom: .75rem;
	color: #0a570f;
	font-weight: bold;
}

h2[id] {
	scroll-margin-top: 11rem;
}

.date {
	color: #000000;
	font-size: 0.9em;
	margin-top: 0px;
}

.degree {
	margin-bottom: 15px;
}

.degree-title {
	font-weight: bold;
	color: #000000;
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 0px;
}

.institution {
	color: #000000;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 0px;
}

hr {
	border: 0px solid #f7f7f2;
}

.skills ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}

.skills li {
	margin-left: 1.25rem;
	margin-bottom: 1rem;
	border-radius: 5px;
	color: #000000;
}

.cv-em {
	color: #000000;
	font-weight: bold;
}

.teaching-table {
	width: 100%;
	border-collapse: collapse;
}

.teaching-table th {
	color: #000000;
	border: none;
	text-align: left;
}

.teaching-table .number {
	text-align: right;
}

.teaching-table .semester {
	text-align: left;
	width: 190px;
}

.teaching-table td {
	background-color: #f7f7f2;
	color: #000000;
	border: none;
	padding-top: .5rem;
	padding-bottom: .5rem;
	text-align: left;
}

.teaching-table .total {
	text-align: right;
	border: none;
	color: #0a570f;
	font-weight: bold;
}

.presentation {
	margin-left: 1.25rem;
	margin-bottom: 1rem;
}

.presentation p {
	margin: 0rem 0rem;
}

em {
	font-style: italic;
	color: #0a570f;
}

article {
	text-align: left;
}