*, *::after, *::before { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 62.5%; }
html, body { height: 100%; }
body { font-size: 1.5rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; background-color: #404042; color: #b7b7ba; }
h1 { color: #a76f50; margin: 10px 0; }
div { text-align: center; }
.flexcenter {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
align-self: center;
height: 100%;
line-height: 3rem;
padding: 20px 30px;
}
.logo { width: 300px; max-width: 50%; height: auto; }
.fit { max-width: 70%; height: auto; }
.line { line-height: 2rem; }