body {
	background-color: black;
	color: lightgray;
	font-family: 'Times New Roman', serif;
	margin: 0rem;
	text-align: center;
	margin-top: 4rem;
	max-width: 100%;
}

h1 {
	color: lightgray;
	text-align: center;
	font-family: 'Times New Roman', serif;
	font-size: 1.5rem;
}

p {
	color: lightgray;
	text-align: center;
	font-family: 'Times New Roman', serif;
	font-size: 1.2rem;
}

a {
	color: #4F8752;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Times New Roman', serif;
	font-size: 1.2rem;
}

a:hover {
	color: #00BCD4;
}

p, a, h1, h2, h3, h4, h5, h6 {
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 0.85;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	min-height: 100vh;
}

.side-img {
	max-width: 400px;
	width: 100%;
	height: auto;
}

.content {
	text-align: center;
	max-width: 400px;
}

@media screen and (max-width 768px) {
	.side-img {
		display: none;
	}
}
