:root{--footer-height: 40px}html,body{height:100%;width:100%;padding:0;margin:0;margin-bottom:var(--footer-height);background:#fafafa;font-family:Helvetica Neue,arial,sans-serif;color:#444}.title{font-weight:700;font-size:x-large}.footer{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;height:var(--footer-height)}.footer button{flex-grow:1}.item{display:flex;align-items:stretch;border:1px solid grey;min-height:50px}.item img{object-fit:contain}.item .details{width:100%}
