body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #f2f2f2;
	color: #333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

img {
	width: 80vw;
	max-width: 1600px;
	height: auto;
	display: block;
	margin: 24px auto 8px auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
}

.screenshot {
	width: 80vw;
	max-width: 1600px;
	margin: auto;
}

.screenshots {
	margin-bottom: 32px;
}

a {
	color: black;
	transition: color 0.3s ease;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a:hover,
a:focus {
	color: black; /* Slightly darker for hover effect */
	text-decoration: underline;
}

.list {
	width: 80vw;
	max-width: 1600px;
	margin-bottom: 32px;
	margin-top: 32px;
	border-radius: 18px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.back {
	width: 90vw;
	margin-top: 32px;
	margin-bottom: 32px;
	cursor: pointer;
}

.highlight-orange {
	color: white;
	background-color: #c11c84;
	border-radius: 4px;
	padding: 4px 6px;
	font-weight: bold;
}

.headline {
	font-family: "Lexend Exa", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
	font-size: 2rem;
	line-height: 1.4;
	margin-top: 32px;
}
