@charset "utf-8";
:root{
	--logo-300:url('../assets/logo/logo-automaat-300px.png');
	--logo-icon-256:url('../assets/logo/icon-automaat-256x256.png');
}
.content{
	background-color:#fff;
	bottom:0;
	display:block;
 height:48px;
	left:0;
	margin:auto;
	max-height:100%;
	max-width:100%;
	overflow:visible;
	padding:0;
	position:fixed;
	right:0;
	top:0;
 width:300px;
	}
.logo{
	background:var(--logo-300) no-repeat center center fixed;
	background-size:300px 48px;
 height:48px;
	z-index:9999;
 width:300px;
}
.slogan{
	font-family:'Ubuntu Mono',Helvetica,sans-serif;
	font-size:1.4rem;
	font-weight:500;
	position:relative;
	top:0;
	text-align:center;
	width:100%;
}
.notice{
	font-family:Roboto,Helvetica,sans-serif;
	font-size:.9rem;
	font-weight:400;
	position:relative;
	top:1.2rem;
	text-align:center;
	width:100%;
}