*{

padding: 0;
margin: 0;
box-sizing: border-box;


}

.Imagen img {

margin-top: 60px;
max-width: 100%;
height: auto;
display: block;
 

}

.texto h3{

margin-top: 25px;
font-family: 'Courier New', Courier, monospace;
font-size: 15px;
color: plum;

}

.boton button{

margin-top: 30px ;
width: 70%;
height: 40px;
border: none;
outline: none;
border-radius: 50px;
background-color: plum;
color: white;


}


