*
{
	font-family: 'Noto Sans', sans-serif;
}

html,
body
{
    height: 100%;
    width: 100%;
	padding: 0;
	margin: 0;
}

body
{
    text-align: center;
    color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(under-construction.jpg);
	background-size: cover;
    background-position: bottom right;
}

h1
{
	text-transform: uppercase;
	font-size: 8vmin;
}