.App{justify-content:space-between;margin:200px auto;display:flex}.layout-container{flex-direction:column;min-height:100vh;display:flex}.skeleton{background:linear-gradient(90deg,#eee 25%,#ddd 37%,#eee 63%) 0 0/400% 100%;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2d3748;background-color:#f7fafc;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}*{box-sizing:border-box}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (width<=768px){.container{padding:0 .5rem}}
