@font-face {
	font-family: 'Roboto';
	src: url(fonts/Roboto-Regular.eot);
	src: local('Roboto'),
			url(fonts/Roboto-Regular.eot?#iefix) format('embedded-opentype'),
			url(fonts/Roboto-Regular.woff2) format('woff2'),
			url(fonts/Roboto-Regular.woff) format('woff'),
			url(fonts/Roboto-Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
    height: 100%;
    overflow: auto;
	padding: 0;
    margin: 0;  
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	color: #000000;
    height: 100%;
	padding: 0;
    margin: 0;
    user-select: none;
}

img {
	pointer-events: none;
	
}

a { 
    text-decoration: none;
}

h1 {
	font-size: 28px;	
	text-align: center;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 20px;
}

p {
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
}

div#outer {
    display: table;
    height: 100%;
    width: 100%;
}

div#inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

div#container {
	display: flex;
	flex-direction: column;
	justify-content: center;
    min-width: 800px;
    min-height: 580px;
}

div#header {
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 1000;
}

#header img {
	width: 179px;
	height: 50px;
	padding: 10px;
}

.box{
	white-space: nowrap;
}

.box div{
	margin: 10px;
	display:inline-block;
}

.box img {
	width: 256px;
	height: 256px;
}

#footer{
	background-color: #FFFFFF;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

#footer p{
	text-align: center;
	font-size: small;
	padding: 20px;
}