body{
    background-color: #22487B;
}

.contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
  }
  
  .contenedor img {
    width: 80%;
  }
  