@charset "UTF-8";

/*
Theme Name:			newsenses Admin
Author:				newsenses GmbH
Author URI:			http://www.newsenses.net
Description:		Das Template für newsenses Admin mit MainWP
Version:			1.0
License:			Commercial
*/

html, body {
	height: 100%;
}

body {
	margin: 0;
}

main {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

main img {
	max-width: 90%;
	height: auto;
}