
span{
    display: flex;
    align-items: start;
    justify-content: left;
    color: blueviolet;
    font: bold;
    font-size: 20px;
}

img{
    max-width: 390px;
    height: auto;
}

.div-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    width: 100vw;
    flex-wrap: wrap;
    overflow-wrap: break-word;
}

.div-grid img {
    max-width: 90%;
    height: auto;
    display: block;
  }

.roda-pe {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .roda-pe a, .roda-pe img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
