.app{width:100%;min-height:100vh;display:flex;flex-direction:column}.app-header{padding:2rem;text-align:center;background-color:#fff;box-shadow:0 2px 4px #0000001a}.app-header h1{color:#2c3e50;margin-bottom:.5rem}.app-header p{color:#7f8c8d;margin-bottom:1rem}.status{margin-top:1rem;padding:.5rem;background-color:#ecf0f1;border-radius:4px;display:inline-block}.status strong{color:#27ae60}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{width:100%;min-height:100vh}
