body { 
    background-color: #1b6181;
   
 
    height: 200px;
  width: 200px;
  margin: auto;
}
.contenedor {
  margin-left: 10px;
  margin-left: 10px;
background-color: #1b6181;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-items: center;
height: 300px;
}


h1 {
    font-size: 1.5rem;
    color: aliceblue;
}

img {
width: 100%;
max-width: 400px;

}

