.typo{
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	padding-top: 22px;
	padding-bottom: 18px;
	// try nesting
	h1{
		background-color: yellow;
	}
}
