@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap');

h1 { line-height: 150%; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  background: rgb(255,189,219);
  background: linear-gradient(180deg, rgba(150,222,255,1) 35%, rgba(252,210,220,1) 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  line-height: 170%;
}

#modulo-login {
  margin-left: auto;
  margin-right: auto;
  width: 32em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#piede {
text-align: center;
background-color: #DDD;
color: #666;;
position: absolute;
bottom: 0;
width: 100%;
left: 0;
border-top: 1px solid #CCC;
}