:root {
	--blue: #004;
	--red: #630000;
	--secondary: rgba(0,0,68,0.2);
	--bodytext: 'Poppins';
	--titletext: 'Poppins';
	--sbFont: 'Poppins';
	--sbColor: #222;
}
.quote-stars {
	background: url("/5stars.png") center center no-repeat;
	aspect-ratio: 300/46;
	width: 150px;
	height: 23px;
	margin-bottom: 5px;
	background-size: cover;
}