*{margin:0;padding:0;box-sizing:border-box}
body{
  min-height:100vh;
  padding:24px;
  background:#eceff1;
  display:flex;
  justify-content:center;
  align-items:flex-start;
}
.report{
  width:794px;
  max-width:100%;
  overflow:hidden;
  border-radius:6px;
  background:#fff;
  box-shadow:0 15px 50px rgba(0,0,0,.18);
}
.report img{
  display:block;
  width:100%;
  height:auto;
}
