@font-face {
	font-family: "TikTokSans-VF-v3.3";
	src: url('/assets/fonts/TikTokSans-VF-v3.3.ttf');
}

@font-face {
	font-family: "dehinted-AmericanTypewriter";
	src: url('/assets/fonts/Champagne Royale.ttf');
}


body {
	background-color: rgb(226,243,250);
	font-family: "TikTokSans-VF-v3.3";
}

.container {
	width: 600px;
	margin: auto;
}

.img-self {
	border-radius: 50%;
	width: 100px;
	border: 2px solid green;
}

.alona {
	padding: 20px;
	text-align: center;
	box-shadow: 0 0 3px 3px #c1e4ff;
	border-radius: 10px;
}

.shadow {
	padding: 20px;
	box-shadow: 0 0 3px 1px #57dad9;
	border-radius: 10px;
	margin-top: 15px;
	background-color: aliceblue;
}

.name-a,
.bold {
	font-weight: bold;
}

.h-d {

}

.font-size-12 {
	font-size: 12px;
}

.font-size-11 {
	font-size: 11px;
}

.margin-top-15 {
	margin-top: 15px;
}

.text-center {
	text-align: center;
}

.margin-top-30 {
	margin-top: 30px;
}

.head-text {
	color: black;
}

.order-button {
	padding: 10px 21px;
    color: #000000;
    text-decoration: auto;
    background-color: #c1e4ff;
    border-radius: 5px;
}

.text-right {
	text-align: right;
}

.question-cnt {

}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.required-1,
.required {
	color: red;
}
.tips li {
	list-style-type: none;
}

.food-days {

}

.client-food-plate {
	padding: 10px;
	box-shadow: 0 0 3px 1px #57dad9;
	border-radius: 10px;
	background-color: white;
	float: left;
	margin-left: 10px;
}

.price-color {
	color: green;
	font-weight: bold;
}



@media (max-width: 600px) { 
	.container {
		width: 400px;
		margin: auto;
	}
}