@charset "utf-8";
/* Author: Low Li Vern
	Date : 6 October 2023
*/

/* Element Selector */

body{
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
}
h1 {
	color: blueviolet;
}
h2 {
	color: mediumpurple;
	text-decoration: underline;
}
p {
	font-size: 15pt;
}
h3{
	font-size: 15 pt;
	color: lightcoral;
}
ul > li {
	font-size: 13pt;
	
}
ol > li {
	font-size: 13pt
}
