.wrapper {
    text-align: center;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.inner {
	display: table-cell;
	vertical-align: middle;
}

.inner div {
    margin: 6vw auto;
    display: table;
    border-radius: 5vw;
    box-shadow: 0 0 40px #0000002e;
    padding: 3vw 6vw;
}

img {
    display: table;
    margin: 1vw auto 3vw;
    width: 15vw;
}

span {
	font-size: 3vw;
	color: #a2a2a2;
}

h1 {
	font-size: 5vw;
	color: #d45a00;
	margin: 3vw 0 0 0;
}