body {
    color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	margin: 0;
	text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    background: #494d5F;
    text-shadow: 3px 3px #333, 0 0 .6rem #474646, 0 0 .6rem #474646;
}

.wrapper{
    margin: 1rem;
}

h1{
    font-size: 3rem;
}

#Status {
	font-size: 2rem;
}