html, body {
  height: 100%;
  margin: 0;
}

.wrapper {
  min-height: 100vh; /* Ocupa toda la altura */
  display: flex;
  flex-direction: column;
}

h1 {
  font-weight: bold;
}
