.App{min-height:100vh;background:#fff;padding:2rem;display:flex;align-items:center;justify-content:center}.container{max-width:800px;margin:0 auto;width:100%}.logo-section{text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.logo{max-width:100%;height:auto;max-height:400px;width:auto;display:block;margin:0 auto}.caption{color:#333;font-size:1.25rem;line-height:1.8;max-width:600px;margin:0 auto;font-weight:500}@media (max-width: 768px){.App{padding:1rem}.logo{max-height:300px}.caption{font-size:1rem;line-height:1.6}}*{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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
