/*
Theme Name: STP Blank
Description: A minimal blank theme with no navbar or footer, used to display the STP Poster Generator shortcode centered on the page.
Version: 1.0
Author: STP
*/

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.stp-blank-content {
	width: 100%;
	max-width: 1200px;
	padding: 20px;
	box-sizing: border-box;
}
