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

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

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

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

#cakeflavors {
	width: 100%;
}

#frostingflavors {
	width: 100%;
}

#fillings {
	width: 100%;
}

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

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

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

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