body{justify-content:center;align-items:center;min-height:100vh;display:flex}.quote{grid-template-rows:auto 5px;grid-template-columns:1fr auto;display:grid}.quote-text{grid-column:1/3}.quote-author{grid-area:3/2}.quote-generator{color:#fff;background-color:#04aa6d;border:0;border-radius:5px;padding:1em}@media (width>=800px){.container{width:100%;max-width:600px;padding:1rem}}
