html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
}
.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Logo más grande */
img[src*='logo'] {
  max-width: 400px;
  max-height: 120px;
  width: auto;
  height: auto;
}
