body {
	font-family: system-ui, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	background: #C1D6C2;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 3em;
}

h3{
	background: #ffe5e5;
}

h4{
	background: #ffe5e5;
}

section.almondsuga h4 {
	text-transform: uppercase;
}

section.first {
	color: darkred;
	background: #ff9999;
}

section.two{
	color: darkred;
	background: #ff9999;
}
section.almond {
	background: #ff9999;
}
section.end {
	color: darkred;
	background-color: #ff9999;
	
}

ul.shark-list {
	list-style-type: square;
	padding-left: 3em;
	background: #ffe5e5;
	color: darkred;
}

dl.suga{
	color:black;
	background: #CBC3E3;
}

dt {
	padding-left: 2em;
}

dl.list-two{
	color: black;
	background: #CBC3E3;
}

i{ 
font-style: nomral;
text-transform: uppercase;
}