.modal{position:fixed;inset:0;background-color:rgba(0,0,0,0.5);display:grid;place-items:center;z-index:4;animation:fadeIn ease-in .5s}.modal.fade-out{animation:fadeOut ease-in .5s}.modal img{max-width:100rem}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut{0%{opacity:1}
100%{opacity:0}}