@charset "UTF-8";
/* CSS Document */

header {
	font-size:100px;
	margin:20px;
}

.title {
	background-color: #EDC9CE;
	text-align: center;
  	color: #CF6B79;
  	font-size:170px;
  	font-family: 'Updock', cursive;
	padding-bottom: 30px;
}

.cakesections {
	display:flex;
	background-color:#FFF2F2;
	margin:20px;
}

#cakeflavors {
	width: 25%;
	border-right:1px dashed black;
}

#frostingflavors {
	width: 25%;
	border-right:1px dashed black;
}

#fillings {
	width: 25%;
	border-right:1px dashed black;
}

#sizes {
	width: 25%;
}

h1 {
	font-family: 'Sarabun', sans-serif;
	text-align:center;
	font-size:50px;
	padding:10px;
	color:#a03e42;
}

h2 {
	font-family: 'Sarabun', sans-serif;
	padding:20px 20px 0px;
	font-size:30px;
	font-weight: bold;
}

h3 {
	font-family: 'Sarabun', sans-serif;
	font-size:20px;
	padding:0px 20px 20px;
	line-height:60px;
}

h4 {
	font-family: 'Sarabun', sans-serif;
	padding:10px 40px;
	font-size:15px;
	color:#d9849b;
}