body {
  align-items: center;
  background-color: #14aff5;
  display: flex;
  font-family: 'system-ui';
  justify-content: center;
  margin: 0px;
  min-height: 100vh;
  min-width: 100vw;
}

.contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-direction: column;
  width: 50%;
}

img {
  width: 100%;
}

h1 {
  font-size: 4rem;
  margin: 0;
  text-align: center;
}