/* 

Theme Name: Brettro Interim
Theme URI: http://www.brettro.com/
Description: The placeholder theme for the relaunched brettro.com. This theme requires WordPress 3.0 or greater.
Author: Brettrospective Media
Version: 1.0
Created: June 2, 2023
Updated:

 */
 
html, body { height: 100%; }
body {
	background: #C4C7A0;
	margin: 0;
}
main {
	height: 100vh;
	width: 100vw;
}
.flex-div {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.content {
	width: 100%;
	height: auto;
}
.img-logo {
	display: block;
	width: 80%;
	margin: auto;
}