@charset "utf-8";
/* Author: Katelyn
	Date: 7/10/2023
*/

/*Element Selector*/
body{
	background-image: url("Images/yellow.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1{
	color: #723515;
	text-align: center;
	font-family: 'Tilt Neon', cursive;
}
h2{
	color: #925B3F;
	text-align: center;
	text-decoration: underline;
	font-family: 'Tilt Neon', cursive;
}
h3{
	color: #6C340B;
	font-family: 'Tilt Neon', cursive;
	}
h4{
	color: #6C340B;
	font-family: 'Tilt Neon', cursive;
}
ul{
	font-family: 'Tilt Neon', cursive;
}
ol{
	font-family: 'Tilt Neon', cursive;
}

/*Class Selector*/
.kuih-kodok{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.kk-para{
	text-align: center;
	font-family: 'Tilt Neon', cursive;
}
.extra-info{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.tools{
	color:#7C3F1F;
	font-weight: bolder;
	font-family: 'Tilt Neon', cursive;
}
.ing{
	color: #7C3F1F;
	font-weight: bolder;
	font-family: 'Tilt Neon', cursive;
}
.steps{
	font-family: 'Tilt Neon', cursive;
}
.kuih-kodok-2{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.closing{
	text-align: center;
	font-family: 'Tilt Neon', cursive;
}
.insta{
	text-align: center;
	font-family: 'Tilt Neon', cursive;
}
.email{
	text-align: center;
	font-family: 'Tilt Neon', cursive;
}