:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{margin:0;display:flex;justify-content:center;min-width:320px;min-height:100vh;background-color:#faebd7}#root{margin-top:30px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:10px;justify-items:center}img{width:300px;height:300px;border:5px solid rgb(216,124,124)}p{font-size:2em;font-weight:700}.description{font-size:1em;padding:30px;font-weight:400}
