/***
#flower{
	background-color: Lavenderblush;
 	position: absolute;
  	width: 100%; 
  	height: 100%;
  	z-index: -1; /* Places the image behind the text */


div.head-text{
	color: white;
	background-color: Thistle;
	font-size: 20px;
	font-family: "Lucida Handwriting";
	text-align: center;
	padding: 5px;
}

h3{
	font-family: "Arial";
	font-size: 18px;
	color: lavenderblush;
	text-align: center;
}

.small{
	line-height: 0.9px;
}

hr{
	border-width: 5px;
	border-color: Thistle;
	border-style: dashed;
}

body{
	background-color: lavenderblush;
}

.question {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Garamond";
	text-align: center;
	font-size: 30px;
	color: #917191;
}

.small{
	line-height: 0.5px;
}

.bigtable {
    font-weight: bold;
    color: Lavenderblush;
    font-family: "Garamond";
    background-color: thistle;
    width: 845px;
    padding: 30px;
    font-size: 30px;
    padding-left: 0px;
    border-style: dashed;
    border-width: 5px;
    border-radius: 50px;
    margin: 10px auto; /* Adds spacing and centers on its own */
    padding-bottom:30px;
    padding-right:0px;
}

.smalltable {
    font-weight: bold;
    color: white;
    background-color: #eddaed;
    width: 700px;
    padding: 5px;
    font-size: 30px;
    border-style: dashed;
    padding-left:10px;
    margin: 5px auto; /* Adds spacing and centers on its own */
}
	
.button{
	background-color: #D8BFD8;
	border-radius: 50px;
	border-style: dashed;
	border-width: 5px;
	border-color: lavenderblush;
	color: white;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 50px;
	font-family: "Snell Roundhand";
	font-weight: bold;
	text-align: center;
}

#move-button{
	padding-left: 260px;
}

#incomplete, #result0, #result1, #result2, #result3, #result4 {
  	display: none;
  	max-width: 800px;
  	margin: 30px auto;
  	padding: 20px;
  	background: #f7ebf7;
  	border-radius: 15px;
  	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  	text-align: center;
  	font-family: "Garamond";
}

#strawberry {
	width:50%;
	height: 50%;
}

#matcha{
	width:50%;
	height: 50%;
}

#almond {
	width:50%;
	height: 50%;
}

#chocolate {
	width:50%;
	height: 50%;
}
