body {
	font-family: "Open Sans", sans-serif;
	background-color: #262334;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: 40px;
	max-width: 600px;
}

.title {
	margin-bottom: 24px;
}

.play-again:hover {
	opacity: 70%;
	transition: 500ms;
}

.play-again {
	display: none;
	flex-direction: column;
	margin: auto;
	padding: 16px 40px;
	gap: 8px;
	background: #f8f8f8;
	border-radius: 4px;
	border-style: none;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #1a1a1a;
	transition: 500ms;
	cursor: pointer;
}

h1 {
	font-size: 32px;
	text-align: center;
	/* margin-bottom: 20px; */
	color: #e7dfcf;
	padding-left: 32px;
	padding-right: 32px;
}

p {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-top: -8px;
	color: #e7dfcf;
	padding-left: 32px;
	padding-right: 32px;
}

.grid {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	margin-top: 16px;
}

img {
	height: 100px;
	width: 100px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}

h3 {
	font-size: 16px;
	text-align: center;
	margin-top: 40px;
	/* margin-bottom: 20px; */
	color: #e7dfcf;
	/* padding: 20px 20px; */
}

h2 {
	font-size: 24px;
	text-align: center;
	/* margin-bottom: 20px; */
	color: #47b39c;
	padding-left: 32px;
	padding-right: 32px;
	margin-top: 40px;
}

.container {
	align-items: center;
	justify-content: center;
	border-radius: 32px;
	background-color: #33334d;
	/* box-shadow: 0 15px 30px -12px rgba(58, 60, 87, 0.2); */
}

a {
	color: #de6552;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

@media only screen and (max-width: 420px) {
	body {
		margin-top: 16px;
		margin-bottom: 40px;
		max-width: 600px;
	}

	.container {
		margin-left: 16px;
		margin-right: 16px;
		align-items: center;
		justify-content: center;
		border-radius: 32px;
		background-color: #33334d;
	}

	.grid {
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		width: 100%;
		align-items: center;
		justify-content: center;
		margin-bottom: 32px;
		margin-top: 16px;
	}

	img {
		height: 70px;
		width: 70px;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	h2 {
		font-size: 16px;
		text-align: center;
		/* margin-bottom: 20px; */
		color: #47b39c;
		padding-left: 24px;
		padding-right: 24px;
	}

	p {
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		/* margin-bottom: 20px; */
		color: #e7dfcf;
		padding-left: 32px;
		padding-right: 32px;
		margin-top: -8px;
	}
}

@media only screen and (max-width: 375px) {
	body {
		margin-top: 16px;
		margin-bottom: 40px;
		max-width: 600px;
	}

	.container {
		margin-left: 16px;
		margin-right: 16px;
		align-items: center;
		justify-content: center;
		border-radius: 32px;
		background-color: #33334d;
	}

	.grid {
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		width: 100%;
		align-items: center;
		justify-content: center;
		margin-bottom: 32px;
		margin-top: 16px;
	}

	img {
		height: 70px;
		width: 70px;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	h2 {
		font-size: 16px;
		text-align: center;
		/* margin-bottom: 20px; */
		color: #47b39c;
		padding-left: 24px;
		padding-right: 24px;
	}

	p {
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		/* margin-bottom: 20px; */
		color: #e7dfcf;
		padding-left: 32px;
		padding-right: 32px;
		margin-top: -8px;
	}
}
