body {
    background-image: url(../fondo2.jpg);
	background-size: 100vw 100vh;
	background-attachment: fixed;
	margin:0;
    
    font-family: 'Krona One', sans-serif;
}



#flower h3 {
    text-align: center;
    color:  #fff333;
    font-size: 29px;
     
}
     

#flower .contenedor{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#flower article{
    margin: 30px;
    
}

 #flower img {
    width: 100%;
    max-width: 380px;
    border-radius: 20%
}
