body {
    font-family: Arial, sans-serif;
}

.titulo {
    text-align: center;
    margin-top: 30px;
}

.galeria {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.flor {
    text-align: center;
}

.flor img {
    width: 50px;
    height: 50px;
    border: 2px dashed red; 
}

.nombre {
    color: purple;
    font-size: 25px;
    margin-top: 5px;
}