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



#contact h3 {
    text-align: center;
    color:  #333;
    font-size: 29px;
    font-style: normal; 
}
     

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

#contact article{
    margin: 30px;
    
}

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

#contact p{
    color: #333;
    font-size: 25px;
}

