body {
	background-color: #000000;
	color: #ffffff;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 18px;
	margin: auto;
	max-width: 1000px;
	overflow-wrap: anywhere;
	text-align: center;
}
p {
	font-size: 16px;
}
a:link {
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}
.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
.card {
	background-color: #212121;
	color: whitesmoke;
	margin: 10px;
	border-radius: 10px;
	overflow: hidden;
	width: 420px;
	height: auto;
}
.card img {
	object-fit: cover;
}
.card p {
	text-align: center;
	font-size: 16px;
	margin: 10px;
}
.buttonA {
	background-color: #212121;
	border: none;
	border-radius: 12px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	margin: 4px 2px;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	width: 70%;
}
.buttonB {
	background-color: #212121;
	border: none;
	border-radius: 12px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	margin: 2px 2px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 25%;
}
.collapsible {
	background-color: #212121;
	border: none;
	border-radius: 12px;
	color: #ffffff;
	cursor: pointer;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	outline: none;
	padding: 18px;
	text-align: center;
	width: 70%;
}
.content {
	background-color: #000000;
	display: none;
	overflow: hidden;
	padding: 0 16px;
	overflow: hidden;
}
@media screen and (max-width: 600px) {}