body {
  background-color: #3c3c3c; 
  margin: 0; 
  display: flex;
  justify-content: center; 
  align-items: center; 
  min-height: 100vh;
}

.imagen-centrada {
  max-width: 100%; 
  height: auto;
}