.list {
	list-style-type: square;
}

p::before{
	content: "> ";
	font-weight: 700;
	font-size: 1.2em;
}
