html, body {
height: 100%;
padding: 0;
margin: 0;
}
#wplog-message {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
max-width: 1000px;
padding: 30px;
margin: auto;
width: 100%;
height: 100%;
line-height: 1.4;
font-size: 30px;
color: #228ADA;
}