html {
   box-sizing: border-box;
   font-size: 100%;
 }
 *, *:before, *:after {
   box-sizing: inherit;
   color: #000000;
   margin: 0 auto;
 }

body{
	background: #ffffff;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
  min-height: 100%;
}

#page{
  width: 1140px;
  height: 100%;
  position: relative;
  display: block;
}

#page img{
  max-width: 100%;
  max-height: 80vh;
  margin: auto;
  display: block;
}

h1, p{
  text-align: center;
  margin-top: 16px;
}

h1{
  font-size: 1.2rem;
}
