html, body {
  font-family:Helvetica, Arial, sansa-serif;
  margin: 0;
  padding: 0;
}
canvas {
  display: block;
  text-align:center;
}

div.texto{
  margin:3rem auto;
  width:min(90vw, 800px);
  padding:1rem;
  text-align: left;
  background:rgba(255,255,255,.95);
  box-shadow: 0 0 5px rgba(0,0,0,.25);
  border-radius: 10px;
  backdrop-filter: blur(5px);
}

ol{
  margin:0;
  padding:0;
}

li{
  list-style: none;
  line-height: 2rem;
  border-bottom:1px solid silver;
  display:flex;
  padding:0.2rem 0;

}

li img {
  border-radius: 50% 50%;
  width:2rem;
  height:2rem;
  margin-right:1rem;
}
