@charset "UTF-8";
/*
Theme Name: Hidden
Author: Bridger.store
Author URI: https://www.bridger.store/
Description: Hidden theme
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hidden

This theme, like WordPress, is licensed under the GPL.
*/
html, body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.site-main {
	height: 100vh;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}