h1{
    padding-left: 15px;
}
span{
    display: flex;
    padding-left: 15px;
    align-items: start;
    justify-content: left;
    color: blueviolet;
    font: bold;
    font-size: 20px;
}

img{
    max-width: 400px;
    height: auto;
    padding-left: 15px;
}

.div-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 800px;
    gap: 15px;
}
.roda-pe {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .roda-pe a, .roda-pe img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
