{
box-sizing: border-box;
}

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

body {
font-family:
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Arial,
sans-serif;

background: #f5f5f5;
color: #222;


}

.status {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 24px;
}

.status h1 {
margin: 0 0 12px;
font-size: 28px;
}

.status p {
margin: 0;
color: #666;
font-size: 16px;
}
