main {
	background-color:rgb(89, 76, 75);
}
#title {
	font-size: 2.5em;
	font-family: 'Playfair Display SC';
	font-weight: normal;
	text-shadow: -2px 2px #000;
	display: flex;
	justify-content: center;
	background-image: linear-gradient(rgb(20,20,20), rgb(89, 76, 75));
	text-align: center;
	@media all and (min-width: 0px) and (max-width: 850px) {
		padding-top: 60px;
	}
	@media all and (min-width: 850px) and (max-width: 1350px) {
		padding-top: 0px;
	}
	@media all and (min-width: 1350px) {
		padding-top: 60px;
	}

	@media all and (min-width: 700px) {
		font-size: 2.5em;
	}
	@media all and (min-width: 0px) and (max-width: 700px) {
		font-size: 2em;
	}
}
#contact-button {
	display: flex;
	align-items: center;
	justify-content: center;
}
#about {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-left: 0%;
	justify-content: center;
	text-align: center;
	align-items: center;
	p {
		width: 70%;
		font-size: 1.5rem;
		color: white;

		@media all and (min-width: 0px) and (max-width: 700px) {
			font-size: 1rem;
		}
		@media all and (min-width: 700px) {
			font-size: 1.5rem;
		}
	}
}
#order-title {
	font-size: 3em;
	font-family: 'Playfair Display SC';
	font-weight: normal;
	text-shadow: -2px 2px #000;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	text-align: center;

	font-size: 2em;
	@media all and (min-width: 650px) {
		font-size: 2em;
	}
	@media all and (min-width: 0px) and (max-width: 650px) {
		font-size: 1.5em;
	}
}
.order {
	display: flex;
	margin-top: 30px;
	justify-content: center;
	@media all and (min-width: 600px) {
		flex-direction: row;
		align-items: normal;
	}
	@media all and (min-width: 0px) and (max-width: 600px) {
		flex-direction: column;
		align-items: center;
	}
	* {
		@media all and (min-width: 600px) {
			margin-inline: 10px;
			margin-block: 0px;
		}
		@media all and (min-width: 0px) and (max-width: 600px) {
			margin-inline: 0px;
			margin-block: 10px;
		}
	}
	img {
		width: 100px;
		filter: brightness(0) saturate(100%) invert(76%) sepia(36%) saturate(891%) hue-rotate(345deg) brightness(89%) contrast(77%);
	}
	.arrow {
		@media all and (min-width: 600px) {
			rotate: 0deg;
		}
		@media all and (min-width: 0px) and (max-width: 600px) {
			rotate: 90deg;
		}
	}
	div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 250px;
		background-color: #1b1a1a;
		border: rgb(238,192,100) 3px solid;
		border-radius: 10px;
		color: white;
		padding: 20px;
		.order-logo {
			width: 100px;
		}
		p {
			font-size: 1em;
			@media all and (min-width: 425px) {
				font-size: 1em;
			}
			@media all and (min-width: 0px) and (max-width: 425px) {
				font-size: 1em;
			}
		}
		* {
			padding-block: 5px;
		}
	}
}
.price-title {
	font-family: 'Playfair Display SC';
	font-weight: normal;
	text-shadow: -2px 2px #000;
	display: flex;
	justify-content: center;
	margin-top: 50px;
	text-align: center;

	font-size: 2em;
	@media all and (min-width: 650px) {
		font-size: 2em;
	}
	@media all and (min-width: 0px) and (max-width: 650px) {
		font-size: 1.5em;
	}
}
#price {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	font-size: 1.3rem;
	font-weight: 100;
	color: white;
	table {
		margin-inline: 20px;
		td {
			padding: 20px;
		}
	}
}
.price-description {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	text-align: center;
	align-items: center;
	color: white;
	p {
		width: 70%;
	}
}
