.App{display:flex;justify-content:center;align-items:center;min-height:100vh}.box{background-color:azure;padding:1.5rem;border-radius:.5rem;box-shadow:2px 2px 10px #0008;max-width:500px;display:grid;grid-template-columns:2.8em 1fr}.box__icon{grid-row:span 3;font-size:2.2rem}.box__qoute{line-height:1.5;margin-bottom:.8rem}.box__author{text-align:end;margin-bottom:.5rem}.box__btn{display:block;margin-left:auto;width:2.2rem;aspect-ratio:1;border-radius:50%;font-size:1.2rem;transition:transform .2s ease;cursor:pointer;color:#fff}.box__btn:hover{transform:scale(1.1);box-shadow:0 0 .5em #0005}*{box-sizing:border-box}body{margin:0}h1,h2,p{margin-top:0;margin-bottom:0}button{border:.5}
