html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

#wplog-message {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    width: 100%;
    line-height: 40px;
    font-size: 30px;
    color: #228ADA;
}
