*{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}.container{width:100%;height:100vh;background:#d8e9f3;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.logo-container{display:flex;justify-content:center;align-items:center}.logo-container img{max-width:300px;max-height:300px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}.content{text-align:center;color:#fff}.content h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.content p{font-size:1.2rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}@media (max-width: 768px){.container{gap:1.5rem;padding:2rem}.logo-container img{max-width:200px;max-height:200px}.content h1{font-size:2rem}.content p{font-size:1rem}}
