
@import url('https://fonts.googleapis.com/css2?family=Fondamento:ital@0;1&family=Jacquard+24&display=swap');
    body {
			margin: 0;
			padding: 0;
			/* Change the font family name to the name of the fonts from your import above just without the '+'s */
			font-family: Fondamento;
			font-size: 14px;
			background: #000;
			text-align: center;
			background-image: url(images/floralbg.jpg);
			color: white;
		}
	.small {
	    height: 200px;
	}
