:root {
	--blue: #004;
	--red: #630000;
	--secondary: rgba(0,0,68,0.2);
	--bodytext: 'Poppins';
	--titletext: "Bodoni Moda", serif;
	--sbFont: 'Poppins';
	--sbColor: #000;
}
@font-face {
  font-family: 'Bodoni Moda';
  src: url('/fonts/bodoni-book-bt.ttf') format('truetype');
}

.quote-stars {
	background: url("/5stars.png") center center no-repeat;
	aspect-ratio: 300/46;
	width: 150px;
	height: 23px;
	margin-bottom: 5px;
	background-size: cover;
}