/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-cf-gbb-homepage-banner {
	background-color: #000;
	color: #fff;
	padding: 2px;
	min-height: 33vh;
	text-align:center;
	display: flex;
	align-items:center;
}

.wp-block-cf-gbb-homepage-banner > div {
	width: 100%;
}
.wp-block-cf-gbb-homepage-banner h1,
.wp-block-cf-gbb-homepage-banner h3 {
	color: #fff;
}
