body {
    background-color: lightpink;
}
h1 {
    color: brown;
    font-family: 'Helvetica'
}
p {
	font-family: 'Gill Sans';
    color: purple;
}

body
{
 font-style: initial;
 font-size: 23px;
 font-size-adjust: 34px
	line-height: 0.8;
	letter-spacing: 0.03mm;
	font-weight: normal;
	text-rendering: auto;
}
